Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
DParallelRegex.php127 … [$pre, $post] = preg_split($this->patterns[$idx] . $this->getPerlMatchingFlags(), $subject, 2);
188 … $this->regex = "/" . implode("|", $this->patterns) . "/" . $this->getPerlMatchingFlags();
197 protected function getPerlMatchingFlags() function in dokuwiki\\Parsing\\Lexer\\ParallelRegex