Here's what i cooked up so far as expression:
/(?=.*WORD)(?=.*(WORD+|WORD+))
If i'm correct, that should match on first word, plus either of the other two. I tried in my script having the output go to a custom window and it works, except for being case sensitive, I tried with a /i behind it but that doesn't make a difference. Any corrections or help ?
edit: I posted before your reply, sorry but as you see i was busy trying reg exp and testing it. Where would i put that (?i) then in my expression ?