Skip to Main Content

how to remove charecter  from string?

3513491Jul 28 2017 — edited Jul 29 2017

i try to replace  from my string with this code

mystring=mystring.replaceAll("","");

but it did not work?

Comments
Post Details
Added on Jul 28 2017
5 comments
223 views