Skip to content

Instantly share code, notes, and snippets.

@AlexAllocated
Created October 2, 2014 02:35
Show Gist options
  • Select an option

  • Save AlexAllocated/bd35b14da95bfec4a591 to your computer and use it in GitHub Desktop.

Select an option

Save AlexAllocated/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