<?php $re = '/^[^[]+\[|<\?php echo\s(.*?)\;\s\?\>(*SKIP)(*FAIL)|\]\[[^]]*\]/'; $str = 'customFields[<?php echo $field["id"]; ?>][type]'; preg_match_all($re, $str, $matches, PREG_SET_ORDER); print_r($matches);
You have javascript disabled. You will not be able to edit any code.