Home
last modified time | relevance | path

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

/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.php284 function utf8_substr_replace($string, $replacement, $start , $length=0 ){ function
456 $ucword = utf8_substr_replace(ltrim($matches[0]),$ucfirst,0,1);