Skip to content

Instantly share code, notes, and snippets.

@brendanmanning
Created January 10, 2019 00:44
Show Gist options
  • Save brendanmanning/e3078dba407b9c4cff4a4a62c84f1b13 to your computer and use it in GitHub Desktop.
Save brendanmanning/e3078dba407b9c4cff4a4a62c84f1b13 to your computer and use it in GitHub Desktop.
Decent email validation regex
([a-zA-Z0-9\.]{3,}(@)([a-zA-Z]{2,8})(\.([a-zA-Z]{2,3})){1,2})(?!\w)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment