Help on Regular Expression

  • Thread starter Thread starter John
  • Start date Start date
J

John

I am new in Regular Expression. Could someone please help me in following
expression?
1. the string cannot be empty
2. the string can only contains AlphaNumeric characters. No space or any
special characters are allowed
3. space characters at the end of string is ok
4. the string cannot contains only numeric characters, in other word, the
string must contains a least one alpha character

I need to put a RegularExpressionValidator on the form and use the Regular
Expression to validate a textbox on the form

Thanks for the help
 
Back
Top