Page 1 of 1

Two words on the same line

Posted: Fri Sep 10, 2010 4:19 pm
by Elcid32
Greetings:

I need to seach for the occurrence of 2 different strings (AAA and III) on the same line.

Thanks!

Posted: Tue Sep 21, 2010 4:51 pm
by ben_josephs
Find what: AAA.*III|III.*AAA

[X] Regular expression
This assumes you are using Posix regular expression syntax:
Configure | Preferences | Editor

[X] Use POSIX regular expression syntax