<?php $input = 'CF12:10'; preg_match('/^(\D+)(\d+):(.*)$/', $input, $matches); array_shift($matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.