<?php $string = "First : 14:15 Second: 14:2 Third: 10:2 Fourht: 1:20 Fifth: 1:5"; preg_match_all('/(\d+):/', $string, $matches); print_r($matches[1]);
You have javascript disabled. You will not be able to edit any code.