Skip to content

Instantly share code, notes, and snippets.

@NoMan2000
Last active August 29, 2015 14:16
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 NoMan2000/741863a728752ab4975b to your computer and use it in GitHub Desktop.
Save NoMan2000/741863a728752ab4975b to your computer and use it in GitHub Desktop.
EmailAddressRegex
emailAddressPattern: /^[a-zA-Z0-9'._%+\-]+@[a-zA-Z0-9\-][a-zA-Z0-9.\-]*\.[a-zA-Z]{2,63}$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment