Skip to content

Instantly share code, notes, and snippets.

@oboshto
Last active January 25, 2017 12:55
Show Gist options
  • Save oboshto/6ef04b480f33fc8a7103b2f126196d9e to your computer and use it in GitHub Desktop.
Save oboshto/6ef04b480f33fc8a7103b2f126196d9e to your computer and use it in GitHub Desktop.
12+ password regexp. 1+ special character, 1+ digit, 1+ uppercase
^(?=.*?[А-ЯЁA-Z])(?=.*?[а-яёa-z])(?=.*?[\d])(?=.*[^а-яА-ЯёЁa-zA-Z\d\s]).{12,}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment