Version: v0.7.1 - Beta.  We welcome contributors & feedback.

String.upperCaseFirst

upperCaseFirst() -> string

Description

Change the first character to upper case.

'abc 123'.upperCaseFirst()
//= 'Abc 123'

See Also