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
Why do you need a regex? Why not just use explode?