Skip to content

Instantly share code, notes, and snippets.

@ronaldoarg
Last active January 26, 2018 17:02
Show Gist options
  • Save ronaldoarg/cd288795c5701aa7488505b38f91a506 to your computer and use it in GitHub Desktop.
Save ronaldoarg/cd288795c5701aa7488505b38f91a506 to your computer and use it in GitHub Desktop.

Useful Regexs

Valid Email

/^[\w+.]+@\w.\w{2,}(?:.\w{2})?$/.test( email )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment