!--a11y-->
Purpose
Returns an uppercase copy of a given string.
Syntax
string strUpr (in string string)
Parameters
string |
String for which an uppercase copy is desired. |
Return Value
Uppercase copy of the input string.
Example
`if (strnCmp(strUpr(~language), "EN", 1) == 0)`
English Version:
`end`
