Home
last modified time | relevance | path

Searched defs:substr_replace (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/scripts/
H A Dhelpers.js12 function substr_replace(str, replace, start, length) { function
/dokuwiki/inc/Utf8/
H A DPhpString.php190 public static function substr_replace($string, $replacement, $start, $length = 0) global() function in dokuwiki\\Utf8\\PhpString