D | ParallelRegex.php | 92 …* @param array $split The split result: array containing, pre-match, match & post-match st… 97 public function split($subject, &$split) function in dokuwiki\\Parsing\\Lexer\\ParallelRegex 122 $split = [$subject, "", ""]; 128 $split = [$pre, $matches[0], $post];
|