Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@abersager
Created August 19, 2014 07:24
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 abersager/d2a0f925b11e0da92a86 to your computer and use it in GitHub Desktop.
Save abersager/d2a0f925b11e0da92a86 to your computer and use it in GitHub Desktop.
Negative regex match
^((?!term).)*$

or

^((?!term).*)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment