Skip to content

Instantly share code, notes, and snippets.

@iRYO400
Created August 13, 2019 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iRYO400/3b2360a874cfd35f56d17326b2f46e0a to your computer and use it in GitHub Desktop.
Save iRYO400/3b2360a874cfd35f56d17326b2f46e0a to your computer and use it in GitHub Desktop.
"(?=.*[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