Javascript Function to Check Password Complexity

Javascript Function to Check Password Complexity: ensure an input type='password' element contains a password that has [1]at least 1 number. [2] at least 1 lowercase letter. [3] at least 1 uppercase letter. ..

Home Short:

Example password validator function usage:

Try Javascript Password Validator Function


S
H
A
R
E