STRTOUPPER
Usage
TIBCO iProcess Workspace (Browser)
TIBCO iProcess Workspace (Windows)
Convert text to upper case.
Syntax
STRTOUPPER (text)
where text is the text string to be converted.
Returns
The text string after conversion.
Examples
TIBCO iProcess Modeler:
STRTOUPPER ("test")
returns "TEST"
TIBCO Business Studio:
IPEConversionUtil.STRTOUPPER("test");