Created
March 4, 2023 22:30
-
-
Save TorbjornHoltmon/996e5cd4c9ed6628e3d9f4850337f786 to your computer and use it in GitHub Desktop.
email-regex.ts
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
const W3CEmailRegExp = /^[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