SyntaxFix
Write A Post
Hire A Developer
Questions
You can loop on the chars of string and check using the Char Method IsLetter but you can also do a trick using String method IndexOfAny to search other charaters that are not suppose to be in the string.