Skip to content

Instantly share code, notes, and snippets.

@poom
Created June 24, 2014 02:42
Show Gist options
  • Save poom/cb36a19aa126966f1ed6 to your computer and use it in GitHub Desktop.
Save poom/cb36a19aa126966f1ed6 to your computer and use it in GitHub Desktop.
Regular expression for Email
# Refer: http://www.w3.org/TR/html-markup/input.email.html
/^[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