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