Hello Gerard,

On Mon, 14 Jan 2002 21:26:10 +0100GMT (14-1-02, 21:26 +0100GMT, where
I live), you wrote:

JN>>> Will the program search for any one of the words?  Or all three in any
JN>>> order?  Is this the point at which I should finally learn regex?

Roelof>> Depends on it. If your string is "I want more", than you don't need
Roelof>> regexp,

GdV>  Could you not just filter using "I & want & more" in text?

Sure, but Joseph said the sequence mattered. And that's something else
than the occurrence of the three words.
It's rather simple to create a filter that checks on the three words.
Just create three conditions:
String: I       Place: Text   Presence: Yes
String: want    Place: Text   Presence: Yes
String: more    Place: Text   Presence: Yes

Een kind kan de was doen.
Oops, Sorry! I meant: A piece of cake. ;-)

-- 
Groetjes, Roelof


-- 
________________________________________________________
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]
Latest Vers: 1.53d
FAQ        : http://faq.thebat.dutaint.com 

Reply via email to