<?php $string = "' 1"; preg_match_all( '/([\d-]*\')?\s?(\D+)\s(\d+)/', $string, $matches, PREG_SET_ORDER ); print_r($matches);
You have javascript disabled. You will not be able to edit any code.