Skip to content

Instantly share code, notes, and snippets.

@aarjithn
Created January 11, 2016 12:50
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 aarjithn/25d4be2df13bf9a553ed to your computer and use it in GitHub Desktop.
Save aarjithn/25d4be2df13bf9a553ed to your computer and use it in GitHub Desktop.
Regex to match all apart from list of words
^(?!list|of|words).*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment