Converts the first character of a string to uppercase.
The string to uppercase the first character.
Returns a new string with the first character uppercased. The string is returned unmodified if its null or empty.
See Implementation
Converts the first character of a string to uppercase.