Skip to content

Instantly share code, notes, and snippets.

@rynbyjn
Created April 24, 2014 23:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rynbyjn/11272990 to your computer and use it in GitHub Desktop.
Save rynbyjn/11272990 to your computer and use it in GitHub Desktop.
Simple regex email validator
/(.+)@(.+)\.([a-z]{2,})/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment