PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $string = '521158525 Interest Being Subordinated: 521855248 Benefiting Interest: 511589923'; $res = preg_split("/[0-9]\s+/", $string, 0, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE); var_export($res);
Show:  
Copy Clear