On Mon, Sep 06, 2004 at 10:25:39 +1000, David Kempe wrote:

> :0
> * ^TO\/[EMAIL PROTECTED]
> .users.$MATCH/

$MATCH contains everything matching the regex (the whole thing, not
just the first token) after \/, which in this case is everything if the
line contains @.

Try changing your pattern to ^TO\/[EMAIL PROTECTED], which will match everything up
to, but not including, the @.


Cheers,

John
-- 
The new house has an outbuilding formerly used to keep livestock, so all
I have to do is drag one of my old boxen out there and I've got a stable
computing platform.
            -- Anthony de Boer
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to