Skip to content

Instantly share code, notes, and snippets.

@mturch
Forked from bsara/email.regex
Created March 28, 2022 15:06
Show Gist options
  • Save mturch/dbceaeb07bd6542c0b0d11d43da2e6a1 to your computer and use it in GitHub Desktop.
Save mturch/dbceaeb07bd6542c0b0d11d43da2e6a1 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