Back to Core Functions
upper
Convert string to uppercase
Syntax
s = upper(str)
Description
Converts all lowercase characters in the string to uppercase.
Parameters
| Name | Description |
|---|---|
| str | Input string |
Returns
Uppercase string