Skip to content

Instantly share code, notes, and snippets.

@abersager
Created August 19, 2014 07:24
Show Gist options
  • 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