C
Christian Carlsen
Hello,
I need to validate a password:
In order for the password to be accepted the following requirements must be
met:
At least one uppercase character (position in password is irrelevant)
At least one lowercase character (position in password is irrelevant)
At least one digit (position in password is irrelevant)
Can anybody help me create a regular expression, for this validation?
Thanks in advance
//Christian, Denmark
I need to validate a password:
In order for the password to be accepted the following requirements must be
met:
At least one uppercase character (position in password is irrelevant)
At least one lowercase character (position in password is irrelevant)
At least one digit (position in password is irrelevant)
Can anybody help me create a regular expression, for this validation?
Thanks in advance
//Christian, Denmark