Strict Password Validator
This regex matches only when all the following are true:
password must contain 1 number (0-9)
password must contain 1 uppercase letters
password must contain 1 lowercase letters
password must contain 1 non-alpha numeric number...
Submitted by qho - 7 years ago (Last modified a year ago)