Skip to content

Instantly share code, notes, and snippets.

@dgdsp
Created January 10, 2012 11:02
Show Gist options
  • Save dgdsp/1588486 to your computer and use it in GitHub Desktop.
Save dgdsp/1588486 to your computer and use it in GitHub Desktop.
html5 email input pattern
<input type="email" pattern="/^[a-zA-Z0-9.!#$%&amp;'*+-/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment