Skip to content

Instantly share code, notes, and snippets.

@shanaver
Created February 17, 2011 22:52
Show Gist options
  • Save shanaver/832918 to your computer and use it in GitHub Desktop.
Save shanaver/832918 to your computer and use it in GitHub Desktop.
regular expression in textmate to find lines not containing a strin
^((?!DONT FIND THESE LINES).)*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment