skip to main content
Corticon Studio: Rule Language Guide : Rule operator details and examples : Uppercase
 

Try Corticon Now

Uppercase

SYNTAX

<String>.toUpper

DESCRIPTION

Converts all characters in <String> to uppercase.

USAGE RESTRICTIONS

The Operators row of the table in Summary Table of Vocabulary Usage Restriction applies. No special exceptions.

RULESHEET EXAMPLE

The following Rulesheet uses .toUpper to convert string2 to uppercase and assign it to string1.

SAMPLE TEST

A sample Ruletest provides three examples. Input and Output panels are shown below: