UpperCase Function - microsoft/MIMWAL GitHub Wiki
Syntax
string UpperCase(input:string)
Description
Converts all characters in a string to the upper case based on current culture.
Remarks
If the input string is null, the function returns a null value.
Supported Version
1.0.0.0 and later
Examples
UpperCase([//Target/Department])