I run pretty simple mail group distribution program that uses
php/mysql and the mail() function. I adapted it from an open source
script. Most of the time it runs well. But it does take a while to
run through all 150 members of the list. So I'm half glad that I
don't have a list of 1000 people
At 11:32 AM 8/31/2007, Per Jessen wrote:
Matthew Lasar wrote:
> But I don't understand why the second half of the regular expression
> works. I'm talking about this part:
>
> @([-a-z0-9]+\.)+[a-z]{2,}/";
>
> why is it able to detect repeated sections of the e
.)+[a-z]{2,}/";
why is it able to detect repeated sections of the email address after
"@" that are separated by periods? like "@email.alaska.com" . It
looks to me like it's only looking for one example of that pattern.
Does the "()" allow an unlimited number
3 matches
Mail list logo