Skip to content

Instantly share code, notes, and snippets.

@TorbjornHoltmon
Created March 4, 2023 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorbjornHoltmon/996e5cd4c9ed6628e3d9f4850337f786 to your computer and use it in GitHub Desktop.
Save TorbjornHoltmon/996e5cd4c9ed6628e3d9f4850337f786 to your computer and use it in GitHub Desktop.
email-regex.ts
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