Skip to content

Instantly share code, notes, and snippets.

@ParoTheParrot
Last active February 4, 2022 09:35
Show Gist options
  • Save ParoTheParrot/379b63b49df58575ec0daaea3b06f39c to your computer and use it in GitHub Desktop.
Save ParoTheParrot/379b63b49df58575ec0daaea3b06f39c to your computer and use it in GitHub Desktop.
RegEx examples #regex #phrasexpress
RegEx for E-Mail Adresses
[A-Za-z0-9\-\_\.\+]{1,64}@[A-Za-z0-9\-\_\.]+\.[a-zA-Z]+
Mit <>
\<[A-Za-z0-9\-\_\.\+]{1,64}@[A-Za-z0-9\-\_\.]+\.[a-zA-Z\>]+
https://www.regextester.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment