G
Guest
Hello:
I am trying to learn about regular expressions.
How would I use regular expressions to ensure that the password an user
enters conforms to the following rules:
1. It has to be between 3-20 characters long.
2. Only a-z, A-Z, 0-9, +-_ are allowed.
3. At least one occurence of a lower case letter, a upper case letter and a
digit has to be used.
Any help will be appreciated.
I am trying to learn about regular expressions.
How would I use regular expressions to ensure that the password an user
enters conforms to the following rules:
1. It has to be between 3-20 characters long.
2. Only a-z, A-Z, 0-9, +-_ are allowed.
3. At least one occurence of a lower case letter, a upper case letter and a
digit has to be used.
Any help will be appreciated.