4
Answers

check a string is alphanumeric

Photo of Richard Brennan

Richard Brennan

14y
22.8k
1
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)