Home
last modified time | relevance | path

Searched refs:ope_regex (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dfulltext.php847 $ope_regex = '/([()]|OR|AND|NOT)/u';
849 $tokens = preg_split($ope_regex, $parsed_query, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
851 if (preg_match($ope_regex, $token)) {