I need to validate a password that matches the following criteria:
Try:
^(?=.*\d)(?=.*[a-zA-Z]).{8,}$
See it @work