Skip to content

Instantly share code, notes, and snippets.

@gduverger
Created October 3, 2019 15:03
Show Gist options
  • Save gduverger/685867c03abec0f88b4ff42569b35df3 to your computer and use it in GitHub Desktop.
Save gduverger/685867c03abec0f88b4ff42569b35df3 to your computer and use it in GitHub Desktop.
Almost Perfect Email Regex
# https://emailregex.com/
r"(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment