toLower

Converts all characters in a givens string to lowercase

  1. string toLower(string s)
    @safe
    string
    toLower
    (
    ref string s
    )
  2. string toLower(string s)

Parameters

s string

The string to be processed

Return Value

Type: string

The new string

Meta