Hi,
This is venu,
Iam trying to find the special character in a
string which is not an (a-z,A-Z) character.By using regular expression iam able to find other than (a-z,A-Z) character.
But i want to remove that special character. or any other technique you know.
example:
String str="BayernM
ünchenAmateure";
here
ü must remove.
If any body knows help me............
Thanks in advance