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 kno
str_replace
or Look up regular expressions (preg_match).
something like: [^<]<([^>])>;