Skip to content

Instantly share code, notes, and snippets.

@simongcc
Created January 23, 2014 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simongcc/8584274 to your computer and use it in GitHub Desktop.
Save simongcc/8584274 to your computer and use it in GitHub Desktop.
Regular expression
Reference: http://www.regular-expressions.info/
Email validation
^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment