Help with regularexpressionvalidator

  • Thread starter Thread starter MS Newsgroups
  • Start date Start date
M

MS Newsgroups

Hi,

I am new to Asp and need some help to write an expression to use with a
regularexpressionvalidator. I need to validate that the field meets these
requirements:

minimum of 8 characters
Contain a minimum of 1 lowercase and 1 Uppercase character and one special
character (or digit)

I need this to validate that a string is valid as a password before passing
it to ADSI to reset a users password.

Is this at all possible with the regularexpressionvalidator ?

Any help appreciated

Regards

Niclas
 
Back
Top