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