Home
last modified time | relevance | path

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

/plugin/ifauthex/lib/
H A Dtokenizer.php64 private $_matchRegex = null; variable in AST\\TokenDefinition
77 $this->_matchRegex = $matchRegex;
93 return mb_preg_match($text, $this->_matchRegex, $position);
95 return sb_preg_match($text, $this->_matchRegex, $position);