Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 177 Bytes

function.HH.Lib.Str.splice_l.md

File metadata and controls

4 lines (4 loc) · 177 Bytes
$locale = \HH\Lib\Locale\create("en_US.UTF-8");
$result = Str\splice_l($locale, "apple", "orange", 5, 0);
echo "Splice string with en_US.UTF-8: $result \n";