Skip to content

Instantly share code, notes, and snippets.

@j1n6
Last active August 29, 2015 14:00
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 j1n6/5fdf2d1bf2b4e7659be3 to your computer and use it in GitHub Desktop.
Save j1n6/5fdf2d1bf2b4e7659be3 to your computer and use it in GitHub Desktop.
pwd regex
email
{ with: /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\z/i }
pwd
{ with: /\A(?=.*[a-zA-Z])(?=.*[0-9]).{6,}\z/ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment