Skip to content

Instantly share code, notes, and snippets.

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