Re[2]: regexp help reqd

2004-09-01 Thread Colin Wilson
Hello Zygmunt, ZW> Try to use following regexp: (?is)([EMAIL PROTECTED]){7,} ZW> It can be quite slowly because of many matches, but it should work. Thanks, i`ll give it a whirl... -- Best regards, Colinmailto:[EMAIL PROTECTED]

Re[2]: regexp help reqd

2004-09-02 Thread Colin Wilson
Hello Zygmunt, ZW> Or, it may be simpler one: (?is)([EMAIL PROTECTED]){7,} Thanks, that did the trick :-) (the first one I tried would lock Mailwasher up...) -- Best regards, Colinmailto:[EMAIL PROTECTED] h