Home
last modified time | relevance | path

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

/plugin/google_maps/syntax/
H A Dmaps.php19 private $RE_NON_SYNTAX_SEQ = '[^\[\]{}|]+'; variable in syntax_plugin_google_maps
24 $this->RE_PLUGIN_BODY = $this->RE_NON_SYNTAX_SEQ . '(?:\\[' . $this->RE_NON_SYNTAX_SEQ . '\\])?';