Regex and password problem
-
Hi!
I’ve problem with fallowing regex:
^(?=.*[0-9]+.*)(?=.*[a-zA-Z]+.*)[0-9a-zA-Z]{8,}$and I need to validate a password field.
Password must contain at least one letter, at least one number, and be longer than eight charaters.somebody have an idea what’s wrong with this regex?
Regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Regex and password problem’ is closed to new replies.