Skip to content

Instantly share code, notes, and snippets.

@khmyznikov
Created December 6, 2013 10:37
Show Gist options
  • Save khmyznikov/7821757 to your computer and use it in GitHub Desktop.
Save khmyznikov/7821757 to your computer and use it in GitHub Desktop.
Regex for validate Email From http://habrahabr.ru/post/55820/
^[-a-z0-9!#$%&'*+/=?^_`{|}~]+(?:\.[-a-z0-9!#$%&'*+/=?^_`{|}~]+)*@(?:[a-z0-9]([-a-z0-9]{0,61}[a-z0-9])?\.)*(?:aero|arpa|asia|biz|cat|com|coop|edu|gov|info|int|jobs|mil|mobi|museum|name|net|org|pro|tel|travel|[a-z][a-z])$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment