Created
January 10, 2019 01:44
-
-
Save okeydoke/d3faf41560034205513c565cce77c42f to your computer and use it in GitHub Desktop.
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
// Taken from regex at bottom of this section https://html.spec.whatwg.org/#e-mail-state-(type=email) | |
const emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment