Hello Michael, Sunday, October 17, 2004, 2:29:16 AM, among other things, you wrote:
MLW> Is the best way to use "match on any" and have all my words in regular MLW> expressions like [Bb][Aa][Ll][Ll]? I am not an expert on Regex, but as I understand it Regex is normally caseless by default. If you want to be absolutely sure you can add the following Regex before the rest of it: (?i) the letter 'i' is the command for caseless, and the '?' makes the command active. I am not sure that your Regex example will do what you want! Have you got a manual about Regex? -- Best regards, Roger Flying with The Bat!, version 3.0.2.1, and antispam BayesIt! 0.7.3 on Windows ME, version 3000, Build 90 ________________________________________________________ Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html IMPORTANT: To register as a Beta tester, use this link first - http://www.ritlabs.com/en/partners/testers/

