Skip to content

Instantly share code, notes, and snippets.

@WebDevJL
Created March 29, 2016 07:17
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 WebDevJL/430deca64fe218e24dad to your computer and use it in GitHub Desktop.
Save WebDevJL/430deca64fe218e24dad to your computer and use it in GitHub Desktop.
Email format validation
^[0-9?A-z0-9?]+(\.)?[0-9?A-z0-9?]+@[A-z]+\.[A-z]{3}.?[A-z]{0,3}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment