I would like to remove all numbers in a string.
For example,
I would like to convert String into String2.
Can anyone give me a small code for this?
What have you tried so far? Below are 3 methods how to achieve it (could be even more ways of solution).
UPD: updated based on comment from sweber.