Skip to content

Instantly share code, notes, and snippets.

@chuckreynolds
Created March 26, 2014 23:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chuckreynolds/9795909 to your computer and use it in GitHub Desktop.
Save chuckreynolds/9795909 to your computer and use it in GitHub Desktop.
HTML5 Input Email Validation
<input type="text" title="email" required pattern="[^@]+@[^@]+.[a-zA-Z]{2,6}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment