Created
August 25, 2014 14:03
-
-
Save matthewpoer/14a322fae54d5c6c6d8f to your computer and use it in GitHub Desktop.
Regex to match lines that *do not* contain a string "name"
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
^((?!name).).+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment