How can I do a string replace of a back slash.
Input Source String:
sSource = \"http://www.example.com\\/value\";
sSource = StringUtils.replace(sSource, "\\/", "/")