Skip to content

Instantly share code, notes, and snippets.

@rohithBirdeye
Created June 24, 2020 04:43
Show Gist options
  • Save rohithBirdeye/1dad2387ddb83a5118bfec4b3b638036 to your computer and use it in GitHub Desktop.
Save rohithBirdeye/1dad2387ddb83a5118bfec4b3b638036 to your computer and use it in GitHub Desktop.
PASSWORD_PATTERN = "(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[~!@#$%^&*_=`|(){}:;'<>,.])(?=\\S+$).{8,32}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment