Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dpageutils.php137 $sepchar = $conf['sepchar'];
139 $sepcharpat = '#\\' . $sepchar . '+#';
148 $id = strtr($id, ';/', ':' . $sepchar);
155 $id = Clean::stripspecials($id, $sepchar, '\*');
160 $id = preg_replace($sepcharpat, $sepchar, $id);