Ver original$texto = "texto texto <[email protected]> asdasd";preg_match('/<(.*?)>/', $texto, $matches);var_dump($matches[1]);