Two words on the same line

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
Elcid32
Posts: 1
Joined: Fri Sep 10, 2010 4:16 pm

Two words on the same line

Post by Elcid32 »

Greetings:

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

Thanks!
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post 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
Post Reply