Skip to content

Instantly share code, notes, and snippets.

@wobsoriano
Created November 7, 2019 02:13
Show Gist options
  • Save wobsoriano/0fa8ab9b5b89cae00c5a341b3b382e8a to your computer and use it in GitHub Desktop.
Save wobsoriano/0fa8ab9b5b89cae00c5a341b3b382e8a to your computer and use it in GitHub Desktop.
Email domain Regex
/^[a-zA-Z0-9_.+-]+@(?:(?:[a-zA-Z0-9-]+.)?[a-zA-Z]+.)?(domain.com|domain.net)$/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment