standard.lib.str.ToLower

ToLower is available since version 1.0.

Prototype:

string ToLower(string str)

Description:

Creates a new string from the given one, in lowercase.

Return value:

Returns a lowercase string.