Skip to content

Instantly share code, notes, and snippets.

@b4z81
Created October 29, 2013 11:55
Show Gist options
  • Save b4z81/7213321 to your computer and use it in GitHub Desktop.
Save b4z81/7213321 to your computer and use it in GitHub Desktop.
Regexp pattern for email validation HTML5
<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