Skip to content

Instantly share code, notes, and snippets.

@bluepnume
Last active August 7, 2020 07:12
Show Gist options
  • Save bluepnume/28c9a3031be156b5600d3fc1a0da5452 to your computer and use it in GitHub Desktop.
Save bluepnume/28c9a3031be156b5600d3fc1a0da5452 to your computer and use it in GitHub Desktop.
const email = '[email protected]';
const match = email.match(
/^\w+(\.\w+)?@(?<provider>paypal|google|\$mail)\.(?<tld>com|org|net)$/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment