Created
February 18, 2018 09:55
-
-
Save datawebbie/478239206d063e7043e6eaf1b3264ec6 to your computer and use it in GitHub Desktop.
Regular expression for email address format validation
This file contains 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
^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-?\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment