String handling in Java is something I\'m trying to learn to do well. Currently I want to take in a string and replace any characters I find.
Here is my current inef
Use the function String.replaceAll. Nice article similar with what you want: link