Upper case the first letter of the string, lower case the rest.
_string | String to capitalize [String] |
Capitalized string [String].
_result = ["FISH"] call CBA_fnc_capitalize; // _result => "Fish" _result = ["frog-headed fish"] call CBA_fnc_capitalize; // _result => "Frog-headed fish"
Spooner, joko // Jonas