|
Posted by AnrDaemon on 10/24/07 13:46
Greetings, Steve.
In reply to Your message dated Monday, October 22, 2007, 20:53:00,
S> "AnrDaemon" <anrdaemon@freemail.ru> wrote in message
S> news:1979714934.20071021180056@freemail.ru...
>> Greetings, gezerpunta.
>> In reply to Your message dated Thursday, October 18, 2007, 18:59:31,
>>
>> <?php
>>
>> $s = 'celo@tum.com, "mnp test" <celo@tum.com>,"test testt" <otur@par.com>,
>> sett@tttt.com,test@twest.com';
>>
>> if(preg_match_all('#(?:^|[\s\,])<?([0-9A-Za-z\_]+(?:[\-\.][0-9A-Za-z\_]+)*\@[0-9A-Za-z]+(?:[\.\-\_][0-9A-Za-z]+)+)>?#xi',
>> $s, $ta))
>> {
>> var_export($ta[1]);
>> }
S> of course you would. however, notice that whatever your prowess at regex,
S> you lack understanding of the basic email conventions explained in the
S> rfc(s). your preg doesn't allow for atomic account names. ;^)
Example please?
What You mean "atomic account names"?
--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
[Back to original message]
|