THT
Get Started
Manual
Version: v0.6.1 - Beta. We welcome
contributors & feedback
. THanks!
Home
Manual
String
String.toUpperCaseFirst
toUpperCaseFirst()
Description
Change the first character to upper case.
'abc 123'.toUpperCaseFirst(); //= 'Abc 123'
See Also
toCamelCase
toLowerCase
toLowerCaseFirst
toPlural
toTitleCase
toTokenCase
toUpperCase