Function
Native
string.lower
Returns a copy of this string with all uppercase letters changed to lowercase.
Syntax
string.lower(str)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
str
|
string | — | The string to convert. |
Returns
- string