nomor ekstrak php dari string tanpa koma

$str = '- 602,135 results';
echo $result = preg_replace("/[^0-9]/","",$str);
Borma