Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
DTable.php82 public static function specialChars() function in dokuwiki\\Utf8\\Table
DClean.php92 $specials = preg_quote(Table::specialChars(), '/');
/dokuwiki/_test/core/
DphpQuery-onefile.php1429 $specialChars = array('>',' ');
1464 } else if (in_array($c, $specialChars)) {