Richard Brennan

Richard Brennan

  • NA
  • 114
  • 84.6k

check a string is alphanumeric

Apr 13 2011 8:57 AM
i want to validate the text in a textbox as alphanumeric (a-z, A-Z, 0-9)  - is there built in method for this or do I have to loop through the string and chaeck each character?

I am placing the code on the textbox changetext event.

Answers (4)