Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A 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()
199 protected function getPerlMatchingFlags() global() function in dokuwiki\\Parsing\\Lexer\\ParallelRegex