I have a string like 'H897b Site'
, and I want to test that string to make sure it only contains letters and numbers and no special characters.
So in cases like 'H897b Sit$e'
and 'H8(&b Site'
I want to be able to flag it.
What I am trying to accomplish is to loop through a column in a table and check for typing errors from the data entry person.