How can you test if a string contains a numeric character?
The simple answer is to use a regular expression. If you’ve been reading my stuff for any length of time you’ll know how much I love regular expressions. This is a simple regex.
Create a string… Read the full text.