how to remove character from string?
Hi,
I want to remove ',' from a string. I cant find any function in the String class. Wanted to confirm that we have to achieve this programatically.
If not, please let me know of the functions. I dont want a new algorithm..just any existing function provided by Java
Cheers

