Codice PHP:
$regexp "^.+\((.+)\)$";
eregi($regexp$stringa$found);

echo 
$found[1];