Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DSafeFN.class.php84 public static function validatePrintableUtf8($printable_utf8)
86 return !preg_match('#[\x01-\x1f]#', $printable_utf8);
80 validatePrintableUtf8($printable_utf8) global() argument