lowerFirst()
Lower-cases the first character of a string.
This function is valid in v2.12.0 to v2.14.3. This function has been downloaded 3 times.string
with the first character lower-cased and any remaining characters kept as is.This function requires the following functions which are included automatically:
lowerRest()
upperFirst()
upperRest()