Hi,
I'm not really good at regular expressions. I need to do the following to validate if a password entered by the user is correct or not.
Criteria:
- Must contain at least one number
- Must contain at least one letter from A-Z or a-z (case does not matter as long as they enter is a letter).
- The password must be a minimum of 8 characters
Thank you, -tesh