Codice PHP:
$stringa2 "123blablabla";
$pattern '/^(\d+)(.*)$/';
preg_match($pattern,$stringa2,$mth);
echo
"$mth"

risultato
codice:
array