Replacing all " into \" in a string.
807569Aug 23 2006 — edited Aug 23 2006I have a huge string which contains ". I have to change all the " into \". I tried the String.replace( ) but not sure how to make it work. I need that special escape character to specify for the replacement. Please help.....