Searched refs:utf8_substr_replace (Results 1 – 2 of 2) sorted by relevance
/plugin/spellcheck/ |
H A D | spellcheck.php | 182 $data[$lcnt] = utf8_substr_replace($data[$lcnt],spell_formatword($word,$sug),$off, $len);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 284 function utf8_substr_replace($string, $replacement, $start , $length=0 ){ function 456 $ucword = utf8_substr_replace(ltrim($matches[0]),$ucfirst,0,1);
|