Skip to content

Instantly share code, notes, and snippets.

@curiouslychase
Last active December 21, 2015 00:39
Show Gist options
  • Save curiouslychase/6221630 to your computer and use it in GitHub Desktop.
Save curiouslychase/6221630 to your computer and use it in GitHub Desktop.
var pattern = /(?:chaseadams\..{2,4}|gmail.com|zappos.com|myfooyourbar\.(?:com|net))$/g
var pattern = /(chaseadams\..{2,4}|gmail.com|zappos.com|myfooyourbar\.(com|net))$/g
var pattern = /chaseadams\..*$|gmail.com$|zappos.com$|myfooyourbar.com$|myfooyourbar.net$/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment