Home
last modified time | relevance | path

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

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