We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How to change part of string to something else? Like:
String a="14819021541";
I want for example that all the "1" will be change to something else (like "2"). How can I do that?
Answers
http://docs.Oracle.com/javase/8/docs/api/java/lang/String.html#replace-char-char-