Skip to content

Instantly share code, notes, and snippets.

@juanbrujo
Last active December 23, 2015 17:59
Show Gist options
  • Save juanbrujo/6672196 to your computer and use it in GitHub Desktop.
Save juanbrujo/6672196 to your computer and use it in GitHub Desktop.
Regexp pattern for 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