Converts the first character of a string to upper case. Example: "hello" -> "Hello"
The string to convert.
The converted string.
Converts the first character of a string to upper case. Example: "hello" -> "Hello"