Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created May 17, 2016 11:28
Show Gist options
  • Save rob-murray/21da9d978c8a1ba6baa29b31d4f5fbfc to your computer and use it in GitHub Desktop.
Save rob-murray/21da9d978c8a1ba6baa29b31d4f5fbfc to your computer and use it in GitHub Desktop.
Email validation regex
[a-zA-Z0-9_]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?!([a-zA-Z0-9]*\.[a-zA-Z0-9]*\.[a-zA-Z0-9]*\.))(?:[A-Za-z0-9](?:[a-zA-Z0-9-]*[A-Za-z0-9])?\.)+[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