micjohnson
Programmer
I need to do the password validation in javascript with the below policies. Will you please let me know how the regular expression look like?
- Password should be 6 to 13 character long.
- Password should have at least one alphabet (a-z, A-Z)
- Password should have at least one numeric value(0-9)
- Password should not have special characters.
Thanks in advance.
- Password should be 6 to 13 character long.
- Password should have at least one alphabet (a-z, A-Z)
- Password should have at least one numeric value(0-9)
- Password should not have special characters.
Thanks in advance.