Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php72 if (! preg_match($this->getCompoundedRegex(), $subject, $matches)) {
103 if (! preg_match($this->getCompoundedRegex(), $subject, $matches)) {
141 protected function getCompoundedRegex()
143 protected function getCompoundedRegex() global() function in dokuwiki\\Parsing\\Lexer\\ParallelRegex