Password Enforcement Pattern -- trailing pattern
This RegEx was posted on a Ruby site as one for enforcing password pattern. I added {8,32} to limit the length of the password, even though I realize no one has passwords longer than that.
Rules: at least 1 digit, 1 special character (as defined), 1 upper case and 1 lower case character, between 8 ...
Submitted by Dave Phillips - 10 years ago