Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dpageutils.php127 static $sepcharpat = null;
138 if ($sepcharpat == null) // build string only once to save clock cycles
139 $sepcharpat = '#\\' . $sepchar . '+#';
160 $id = preg_replace($sepcharpat, $sepchar, $id);