Return to Snippet

Revision: 53469
at November 24, 2011 03:06 by joshuamil


Initial Code
^FOO(?:(?!BAR).)*$

Initial URL


Initial Description
Finds a string that doesn't contain another string. For example, find the text FOO_* that isn't FOO_BAR.

Initial Title
Find a string while ignoring another string

Initial Tags


Initial Language
Regular Expression