in reply to Re: To find, this not preceded by that, use (?<!pattern)(?!pattern) (or not)
in thread To find, this not preceded by that, use negative look-behind with negative look-ahead , use (?<!pattern) with (?!pattern), (?<!pattern)(?!pattern)

And here I could have sworn I tried that

THANKS!

  • Comment on Re^2: To find, this not preceded by that, use (?<!pattern)(?!pattern) (or not)