codice:
$stringa = preg_replace ( "#<a href=[\"'](.+?)[\"'] title=[\"'].+?[\"'] target=[\"'].+?[\"']>(.+?)</a>#is" , "\\2" , $Row['testo'] ) ;