Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active March 23, 2018 04:44
Show Gist options
  • Save hansgafriedzal/6090d74eb4851fa20886571d5480aced to your computer and use it in GitHub Desktop.
Save hansgafriedzal/6090d74eb4851fa20886571d5480aced to your computer and use it in GitHub Desktop.
^(?=.*\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