toupper
Converts a string to uppercase.
Syntax
toupper(string)
Argument
- string
 - Any string.
 
Example
| Templex Expression | Result | 
|---|---|
{toupper(“aBa”) } | 
                                ABA | 
| Curve Math Vectors | Result | 
|---|---|
| N/A | N/A | 
Comments
Converts each character to uppercase (if possible) and returns the resulting string.