<?php $str = "137 ,77 ,278:214 e{34:3,32:5,33:1},277:248 e{32:5,33:1,34:3}n{Got Dirt?},323 ,443"; $result = preg_split("~(,)(?!(?:[^\{]*\}))~",$str); print_r($result);
You have javascript disabled. You will not be able to edit any code.