<?php $string = "2 x Brew Coffeee Panas: RM7.42 x Tongkat Ali Ais: RM8.6"; var_export(preg_match_all('~(\d+) x ([^:]+): RM(\d+\.\d)~', $string, $m) ? array_slice($m, 1) : []);
You have javascript disabled. You will not be able to edit any code.