I need to extract the email address out of this mailbox string.
I thought of str_replace
but the display name and the email address is not static so I don’t know how to do this using regular expressions.
Örnek: "My name <email@example.com>
", "email@example.com
" ile sonuçlanmalıdır.
Herhangi bir fikir?
Thanks Matthy