|
Posted by AnrDaemon on 10/21/07 13:39
Greetings, ZeldorBlat.
In reply to Your message dated Thursday, October 18, 2007, 21:10:00,
Z> On Oct 18, 10:59 am, gezerpunta <css...@gmail.com> wrote:
>> Hi
>>
>> I need a regex code for parsing this string to an email array
>>
>> "mnp test" <c...@tum.com>,"test testt"
>> <o...@par.com>,s...@tttt.com,t...@twest.com
>>
>> thanks
Z> Why do you need a regex? Why not just use explode?
Z> <http://www.php.net/explode>
Please, provide code with explode() to put string
"mnp test" <c...@tum.com>,"test testt" <o...@par.com>,s...@tttt.com,t...@twest.com
into
array('c...@tum.com', 'o...@par.com', 's...@tttt.com', 't...@twest.com');
--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
[Back to original message]
|