<?php $string = 'products{id,name},articles{title,text}'; $arr = preg_split('/{[^{}]*}\K,(?=\w)/', $string); print_r($arr);
You have javascript disabled. You will not be able to edit any code.