<?php $string = "There four of them. These are: 1 The first one. Its is the most common. 2 The second one. 3 The third one. 4 This is the last."; preg_match_all("/\d+([^\d]+)/", $string, $matches); print_r($matches[1]);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`