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