I can use this: String str = "TextX Xto modifyX"; str = str.replace('X','');//that does not work because there is no such character '' ...
-
May 12, 2022
- 0 Comments