I am trying to match full lines without a word (say, XYZZY in the example below) but am having trouble. (And I saw how to match lines without specific characters in other threads, but couldn't extend it to full words.)
Using ^.*XYZZY.*$ I can match lines with the word (lines 1 & 3) but I am having trouble negating that to get the opposite matches of lines 2 & 4.
1) Fred Tom XYZZY Jack Bob
2) Jack Bob Frank Fred Tom
3) Tom Jack Bob XYZZY Frank
4) Tom Jack Bob Frank Fred
Any recomendations or assistance?
(Using UE32 11.00+)
Using ^.*XYZZY.*$ I can match lines with the word (lines 1 & 3) but I am having trouble negating that to get the opposite matches of lines 2 & 4.
1) Fred Tom XYZZY Jack Bob
2) Jack Bob Frank Fred Tom
3) Tom Jack Bob XYZZY Frank
4) Tom Jack Bob Frank Fred
Any recomendations or assistance?
(Using UE32 11.00+)