piccola correzione

$regexp = "^.+\((.+)\)$";
eregi($regexp, $stringa, $found);
echo $found[1];

(le ho studiate stanotte le preg!) grazie