Possible Duplicate:
How do I replace a character in a string in Java?
how can i replace all occurences of '\x0d' in a Java String??
- I have tried myString.replaceAll("\x0d", "")... does not works
and all the answers below does not work have tried that already
OMG :)
Apologies for the crap guys.