Capitalize the first character of the string.
Example:
assert (Strings.capitalize ("hello") == "Hello");
assert (Strings.capitalize ("Hello") == "Hello");
| s |
the string. |
|
string with first character uppercased. |