Hello PFord, Historians believe that Wednesday, November 21, 2001 at 03:27 GMT -0500 was when, PFord [P] typed the following:
P> Can I use a regex expression to search for messages that contain two P> or more words that aren't in a phrase? You can, but with the search utility, there is an easier way (see below). P> I do wish the search supported simple boolean operators. It does. To search for multiple words/phrases, the syntax is as follows: AND: word1&word2 OR: word1|word2 For regular expressions, the OR syntax is basically the same as what I've written. However, the AND is more difficult because the words can be in any order. If you want to know the regular expression method in any case, perhaps the TBTECH forum would be more appropriate. -- Thanks for writing, Januk Aggarwal Using The Bat! 1.54/10 under Windows 98 4.10 Build 2222 A If you throw a cat out of the car window, does it become kitty litter? -- ________________________________________________________ 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

