Created
October 3, 2019 15:03
-
-
Save gduverger/685867c03abec0f88b4ff42569b35df3 to your computer and use it in GitHub Desktop.
Almost Perfect Email Regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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