Skip to content

Instantly share code, notes, and snippets.

@renews
Created August 19, 2014 18:47
Show Gist options
  • Save renews/5f8111f8e59d5989b812 to your computer and use it in GitHub Desktop.
Save renews/5f8111f8e59d5989b812 to your computer and use it in GitHub Desktop.
Email validation format REGEX
[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+(?:[A-Z]{2}|com|org|net|edu|gov|mil|biz|info|mobi|name|aero|asia|jobs|museum)\b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment