prova così:
Codice PHP:
<?php
$strInput 
"via marconi 32";
$pattern "/[0-9]/";
echo 
"La stringa e: ".preg_replace($pattern,"",$strInput);
?>
ciao