Skip to content

Instantly share code, notes, and snippets.

@harrtho
Created November 14, 2017 18:07
Show Gist options
  • Save harrtho/c9bf31e3a66399e67996d85aaf11781b to your computer and use it in GitHub Desktop.
Save harrtho/c9bf31e3a66399e67996d85aaf11781b to your computer and use it in GitHub Desktop.
# will match if it has notes or twitter in them
^(?=.*(?:notes|twitter)).*
# will match all that don't have notes or twitter'
^(?!.*(?:notes|twitter)).*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment