<?php $str = "test 1, test 2, test 2.3 and -8.44 plus 99999999999999999999999999999999999999999999999999"; preg_match_all('/-?\d+(?:\.\d+)?/', $str, $array); $array = array_map/**/("intval", $array[0]); var_dump($array);
You have javascript disabled. You will not be able to edit any code.