@str.upper
Convert a string to uppercase.
Returns: string
Syntax
Section titled “Syntax”@str.upper(s)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
s |
string |
Source string |
Examples
Section titled “Examples”# Uppercase a stringset $s @str.upper("hello")See Also
Section titled “See Also”- @str.lower — convert to lowercase