codice:
$str="abcd";
preg_match_all("#[a-zA-Z]{1}#Us",$str,$arr);
print_r($arr);