Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created September 26, 2013 14:27
Show Gist options
  • Select an option

  • Save pixelchar/6714984 to your computer and use it in GitHub Desktop.

Select an option

Save pixelchar/6714984 to your computer and use it in GitHub Desktop.
RegEx 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