$str = "Hello 1234567 Stack 56789 Overflow 12345";
$str = preg_replace(\'/([0-9] )/\', \',\', $str);
I want this "Hello 1234567, Stack 56789, Ov