Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thibaultboursier/60dd6638874368de23bd92c1fa7ae314 to your computer and use it in GitHub Desktop.
Save thibaultboursier/60dd6638874368de23bd92c1fa7ae314 to your computer and use it in GitHub Desktop.
E-mail address regex
/^[a-z0-9._]+@[a-z0-9._]+\.[a-z]{2,6}$/.test("[email protected]");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment