Home
last modified time | relevance | path

Searched refs:extractor_reg (Results 1 – 1 of 1) sorted by relevance

/plugin/json/
Dhelper.php366 …private static $extractor_reg = '/%\$([^[\]\(\)]*?)(?:\[(?:\((.*?)\))?(?:\{(.*?)\})?\])?\s*(?:\((.… variable in helper_plugin_json
370 preg_match_all(helper_plugin_json::$extractor_reg, $str, $matches_all, PREG_SET_ORDER);
416 helper_plugin_json::$extractor_reg,