Skip to content

Instantly share code, notes, and snippets.

@chevcast
Created October 2, 2014 02:35
Show Gist options
  • Save chevcast/bd35b14da95bfec4a591 to your computer and use it in GitHub Desktop.
Save chevcast/bd35b14da95bfec4a591 to your computer and use it in GitHub Desktop.
HTML 5 Email Validation Regular Expression
/^[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