Dear Friends, i want to pass '(apostrophy) character to the database hence,i use following code, String mystr="let's find out what's going on"; char c='\''; char c1='\\'+'\''; mystr=mystr.replace(c,c1); but above code had one problem since one character can be replaced by only one character,how can i replace in above ' by \' in above string. Thanking you, Hiteshonline.(satya)
This forum is intended for questions and comments about this web site, www.javaranch.com. It is not for questions about the Java language - that's what all our other forums are for. I'm moving this to "Java in General (Intermediate)", where it has a better chance of being answered. Also, please read our user name policy and re-register with a valid name. Thank you.