Click to See Complete Forum and Search --> : Regular Expression for Regular Expression Validator or Alternate way to achive this


santhosh.kumarmn@spi.com
May 31st, 2007, 09:59 AM
I want the regular expression to validate the following things in RegularExpressionValidator(REV)

1. Contain at least 6 alphanumeric characters.
2. NOT be all numeric
3. NOT allow the User ID to be House OR Guest

Can any one suggest on this.....Thanks in advance.


Kumar Santhosh.

mcmcom
May 31st, 2007, 11:22 AM
have you tried the Regex Library ? ITs a searchable database of many regular expressions
http://regexlib.com/

also there is a link to a tool that tests Regular Expressions so you can make sure its the one you want before you put it in your app

hth,
mcm