string.lower
Returns a copy of str with all uppercase letters replaced by their lowercase counterparts.
string.lower(str: string): string
Arguments
| Name | Description | Type |
|---|---|---|
| str | String to lower-case. | string |
Returns lower: string
Returns a copy of str with all uppercase letters replaced by their lowercase counterparts.
string.lower(str: string): string
| Name | Description | Type |
|---|---|---|
| str | String to lower-case. | string |
Returns lower: string