Skip to content

Instantly share code, notes, and snippets.

@bsara
Last active March 28, 2022 15:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bsara/8313243 to your computer and use it in GitHub Desktop.
Save bsara/8313243 to your computer and use it in GitHub Desktop.
Regex: Email Addresses
[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment