locase
function locase(str: string): string;
Returns the copy of the 'str' string with all letters in lowercase.
See also: upcase, copy