Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 196 Bytes

function.HH.Lib.Str.capitalize.md

File metadata and controls

9 lines (8 loc) · 196 Bytes
$result = Str\capitalize("example_string");
echo($result);
// result "Example_string"

$result = Str\capitalize("Example_string");
echo($result);
// result "Example_string"