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

String.lowerCaseFirst

lowerCaseFirst() -> string

Description

Change the first character to lower case.

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

See Also