Skip to content

Instantly share code, notes, and snippets.

@kinsleykajiva
Forked from yogonza524/password_pattern.txt
Created September 10, 2017 07:29
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 kinsleykajiva/f7ea9c789ff817c482390f6f7a6a98bd to your computer and use it in GitHub Desktop.
Save kinsleykajiva/f7ea9c789ff817c482390f6f7a6a98bd to your computer and use it in GitHub Desktop.
Java pattern for password
((?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%-_.]).{6,32})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment