Skip to main content

string.lower

Returns a copy of str with all uppercase letters replaced by their lowercase counterparts.

string.lower(str: string): string

Arguments

NameDescriptionType
strString to lower-case.string

Returns lower: string