upper(string)
Description
Changes the string characters all to upper case. String may be any alpha characters or an expression that extracts text from a folder.
Examples
upper('hello')
returns the string HELLO.
upper(ITT)
returns the contents of the item text in upper case.
Related Rules
lower()