Created
August 13, 2019 05:23
-
-
Save iRYO400/3b2360a874cfd35f56d17326b2f46e0a 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
"(?=.*[a-z].*)(.*[A-Z].*)" --- Must contain at least one CAPITAL and one non-capital | |
".*\\d.*" --- Must contain digits | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment