I need to get the email adress from an anchor with a mailto attribute with regex.
this pattern: (.*)
(.*)
if (preg_match('#.*?#i', $subject, $regs)) { $result = $regs[0]; } else { $result = ""; }