Last active
March 23, 2018 04:44
-
-
Save hansgafriedzal/6090d74eb4851fa20886571d5480aced to your computer and use it in GitHub Desktop.
This file contains hidden or 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)(?=.*[a-z])(?=.*[A-Z])(?=.*[^\w\d\s]).{8,}$ | |
└──┬───┘└──┬──────┘└───┬─────┘└────┬────────┘└─┬─┘ | |
│ │ │ │ allowed chars and length | |
│ │ │ at least a special char | |
│ │ at least an upper case | |
│ at least a lower case | |
at least a numeric |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment