Skip to content

Instantly share code, notes, and snippets.

@MarketingPip
Last active August 10, 2023 04:04
Show Gist options
  • Save MarketingPip/7b3f0602f359330571e85262a0d75a92 to your computer and use it in GitHub Desktop.
Save MarketingPip/7b3f0602f359330571e85262a0d75a92 to your computer and use it in GitHub Desktop.

Regex for e-mail address

This regular expression will match any email address in a string.

[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