Skip to content

Instantly share code, notes, and snippets.

@codenamezjames
Last active August 29, 2015 14:09
Show Gist options
  • Save codenamezjames/c92740091b3f928d0d6f to your computer and use it in GitHub Desktop.
Save codenamezjames/c92740091b3f928d0d6f to your computer and use it in GitHub Desktop.
this is a regular expression to that matches a certain dot com name or dev name
/https?:\/\/(.*\.)?(accountingfly\.com|af\.dev).*/gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment