<?php $data = <<<DATA this will = ({match1}) this should = not ({match2}) ({match3}) DATA; $pattern = "~[^\w\s]\h*\K\({\w+}\)~"; preg_match_all($pattern, $data, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`