Hi,
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.
Example: "My name <[email protected]>
" should result in "[email protected]
".
Any ideas?
Thanks Matthy