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

Try Corticon Now

Lowercase

SYNTAX

<String>.toLower

DESCRIPTION

Converts all characters in <String> to lowercase characters.

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 .toLower to convert string1 to lowercase, compare its value with string2, and assign a value to boolean1 based on the results of the comparison.

SAMPLE RULETEST

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