Skip to content

Instantly share code, notes, and snippets.

@outring
Created June 19, 2012 07:15
Show Gist options
  • Save outring/2952747 to your computer and use it in GitHub Desktop.
Save outring/2952747 to your computer and use it in GitHub Desktop.
Simple email validation regexp
/^(?:[a-z\d]+(?:[\-_][a-z\d]+)*\.)*[a-z\d]+(?:[\-_][a-z\d]+)*@(?:(?:xn--[a-z\d]+|[a-z\d]+(?:\-[a-z\d]+)*)\.)*(?:xn--[a-z\d]+|[a-z\d]+(?:\-[a-z\d]+)*)\.(?:xn--[a-z\d]+|[a-z]{2,4})$/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment