Skip to content

Instantly share code, notes, and snippets.

@terkel
Created January 12, 2012 02:21
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 terkel/1598169 to your computer and use it in GitHub Desktop.
Save terkel/1598169 to your computer and use it in GitHub Desktop.
regexp for valid e-mail address per HTML5 spec
// http://html5.org/r/6884
/^[a-zA-Z0-9.!#$%&'*+-/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment