Searched refs:extractor_reg (Results 1 – 1 of 1) sorted by relevance
366 …private static $extractor_reg = '/%\$([^[\]\(\)]*?)(?:\[(?:\((.*?)\))?(?:\{(.*?)\})?\])?\s*(?:\((.… variable in helper_plugin_json370 preg_match_all(helper_plugin_json::$extractor_reg, $str, $matches_all, PREG_SET_ORDER);416 helper_plugin_json::$extractor_reg,