toLower

Converts all characters in str to be lowercase.

  1. string toLower(string str)
    static pure
    string
    toLower
    (
    string str
    )
  2. T toLower(T c)

Parameters

str string

The string to convert to lowercase.

Return Value

Type: string

str in lowercase.

Meta