Skip to content

Instantly share code, notes, and snippets.

@rlalance
Created January 10, 2018 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlalance/a9448bd7ad3540d7a7f8aaa7090a1ab7 to your computer and use it in GitHub Desktop.
Save rlalance/a9448bd7ad3540d7a7f8aaa7090a1ab7 to your computer and use it in GitHub Desktop.
Regex: Select all lines not containing a WORD
^((?!WORD).)*$\r?\n?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment