Skip to content

Instantly share code, notes, and snippets.

@farhang
Created October 30, 2019 10:37
Show Gist options
  • Select an option

  • Save farhang/3fc260c3915c1806998ed017858a5dd0 to your computer and use it in GitHub Desktop.

Select an option

Save farhang/3fc260c3915c1806998ed017858a5dd0 to your computer and use it in GitHub Desktop.
JavaScript regular expression password (at least one lower case letter and one upper case letter and one number or regular expression
/((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-z])(?=.*[a-z]).*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment