<?php $string = "20' Container 1, 40' Open Container 1, 40-45' Closed Container 3, container roll 10, container lift 50"; preg_match_all( "~(\d+(?:-\d+)?')? (\D+) (\d+)~", $string, $matches, PREG_SET_ORDER ); print_r($matches);
You have javascript disabled. You will not be able to edit any code.