How can I replace all occurences of java substrings like stuff="-9888777666" , stuff="123", with the substring stuff="0"? The double quotes are actually a part of the string.
Have a look at the regular expressions explanation in the java docs:
| |||||||||
feedback
|