Converts the first character of a string to lowercase.
The string to be converted.
strFirstCharToLowerCase('Hello');//=> 'hello' Copy
strFirstCharToLowerCase('Hello');//=> 'hello'
Generated using TypeDoc
Converts the first character of a string to lowercase.