replace special characters in string in java

Posted by zahir on Stack Overflow See other posts from Stack Overflow or by zahir
Published on 2010-04-09T14:20:57Z Indexed on 2010/04/09 14:33 UTC
Read the original article Hit count: 187

Filed under:
|
|

I want to know how to replace the string in Java.

E.g.

String a = "adf?sdf";

How can I replace and avoid special characters?

© Stack Overflow or respective owner

Related posts about java

Related posts about regex