Skip to content

Instantly share code, notes, and snippets.

@WebDevJL
Created March 29, 2016 07:17
Show Gist options
  • 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