Skip to content

Instantly share code, notes, and snippets.

@Godoy
Created June 12, 2015 13:20
Show Gist options
  • Save Godoy/69a15a56563f8edee0b7 to your computer and use it in GitHub Desktop.
Save Godoy/69a15a56563f8edee0b7 to your computer and use it in GitHub Desktop.
regex email validation
[-0-9a-zA-Z.+_]+@[-0-9a-zA-Z.+_]+\.[a-zA-Z]{2,4}
http://www.regexr.com/3b6ln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment