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