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