Converts the first character of string to upper case and the remaining to lower case.
string
String to convert.
the converted string.
Generated using TypeDoc
Converts the first character of
string
to upper case and the remaining to lower case.