in reply to Re: Negative Look-behind Assertion
in thread stupid question about regexp - not matching a word

I know about look-behind assertions, but I was wondering if there would be a way to do it wihtout... it looks like a common, simple thing, _not_ matching a word...

But if look-behind assertions are the only solution, then I'll use them.

I'm not interested in the other solutions, since they require a code change, and... well, it's a bit working around the problem that I wanted to know.

Thanks!