On Tue, Feb 11, 2003 at 11:10:51AM -0500, Wizard wrote: > Here's an example that I just sent to the NMS list: > > I want it to be universal. For instance, how would you parse this: > *@*.aol.* > > into: > [EMAIL PROTECTED] > [EMAIL PROTECTED] > and > [EMAIL PROTECTED] > > It should match the first two, but not the last, because the DOMAIN in the > last is 'parliment', not 'aol'.
I don't see how '*@*.aol.*' can match '[EMAIL PROTECTED]'. How do you account for the first '.' in the match expression? -Gyepi _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

