Home
last modified time | relevance | path

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

/plugin/autonumbering/
H A Dsyntax.php58 var $COUNTER_ID_PATTERN = "[a-zA-Z0-9_]+"; variable in syntax_plugin_autonumbering
89 if (preg_match('/@(' . $this->COUNTER_ID_PATTERN . ')/', $data, $matches)) {