Created
February 3, 2012 01:41
-
-
Save patrickkettner/1727111 to your computer and use it in GitHub Desktop.
requires two non consecutive special chars, one of more digits, and be between 8 and 20 chars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((?=.*\d)(?=(.*[!#$%&()*+,-./:;<=>?@[\]\^_`{|}~]){2,}).{8,20}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment