Skip to content

Instantly share code, notes, and snippets.

@reymon359
Last active May 16, 2019 17:39
Show Gist options
  • Save reymon359/cd9a47c23f60e288818e2ab747c9f115 to your computer and use it in GitHub Desktop.
Save reymon359/cd9a47c23f60e288818e2ab747c9f115 to your computer and use it in GitHub Desktop.
Regular expression for email pattern
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment