Created
November 14, 2017 18:07
-
-
Save harrtho/c9bf31e3a66399e67996d85aaf11781b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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