Home
last modified time | relevance | path

Searched full:utf8_substr_replace (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A Dutf8.php107 if (!function_exists('utf8_substr_replace')) {
109 function utf8_substr_replace($string, $replacement, $start, $length = 0)
108 function utf8_substr_replace($string, $replacement, $start, $length = 0) global() function
/plugin/spellcheck/
H A Dspellcheck.php182 $data[$lcnt] = utf8_substr_replace($data[$lcnt],spell_formatword($word,$sug),$off, $len);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php269 if(!function_exists('utf8_substr_replace')){
284 function utf8_substr_replace($string, $replacement, $start , $length=0 ){ function
456 $ucword = utf8_substr_replace(ltrim($matches[0]),$ucfirst,0,1);