Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 26 2017
Added on Jul 28 2017
5 comments
304 views