Match on word, unless this word precedes it

That definitely works, but unfortunately, I can’t use !regex.test, I only pass a regex into the system and that regex must be able to return true when it matches successfully and false when it shouldn’t match the given context.

Very clever though!

I still can’t get that to return false for the second phrase :frowning: