lowerRest()
Lower-cases all characters after the first one.
This function is valid in v2.12.0 to v2.14.3. This function has been downloaded 3 times.string
with the first character as is followed by all the rest lower-cased.This function requires the following function which is included automatically:
lowerFirst()