lowerFirst()

Lower-cases the first character of a string.

This function is valid in v2.12.0 to v2.24.3. This function has been downloaded 60 times.

Parameter

{string} string
String that should be returned with the first character lower-cased.

Returns

{string}
string with the first character lower-cased and any remaining characters kept as is.

Required Functions

This function directly requires the following functions which are included automatically:

  • lowerRest()
    Lower-cases all characters after the first one.
  • upperFirst()
    Upper-cases the first character of a string.
  • upperRest()
    Upper-cases all characters after the first one.

Requiring Functions

This function is directly required by the following functions:

  • lowerRest()
    Lower-cases all characters after the first one.
  • upperFirst()
    Upper-cases the first character of a string.
  • upperRest()
    Upper-cases all characters after the first one.