<?php $re = '/{Delta=(\[[^][,]*,[^][]*])[^{}]*}/'; $str = '{Delta=[r3, r4], X=alarmOff, Y=heatOn}'; preg_match($re, $str, $matches); print_r($matches[1]);
You have javascript disabled. You will not be able to edit any code.