is there way replace special character when using replaceall(). example replaceall(""","") not working android
since " meta character,it works when escape special character.
s = s.replaceall("\"", ""); is there way replace special character when using replaceall(). example replaceall(""","") not working android
since " meta character,it works when escape special character.
s = s.replaceall("\"", "");
Comments
Post a Comment