lowerCase()

Takes a value that will then be lower-cased.

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

Parameter

{string|*} value
The string or value to be lower-cased.

Returns

{string}
value coerced to a string with all of the characters lower-cased.

Required Function

This function directly requires the following function which is included automatically:

  • upperCase()
    Takes a value that will then be upper-cased.

Requiring Function

This function is directly required by the following function:

  • upperCase()
    Takes a value that will then be upper-cased.