Skip to content

Instantly share code, notes, and snippets.

@raclettes
Created August 19, 2016 09:27
Show Gist options
  • Save raclettes/2f9892ad8e05d11dd330f5d23e9e49fd to your computer and use it in GitHub Desktop.
Save raclettes/2f9892ad8e05d11dd330f5d23e9e49fd to your computer and use it in GitHub Desktop.
Regex for email addresses
([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