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

Try Corticon Now

Concatenate

SYNTAX

<String1>.concat(<String2>)

DESCRIPTION

Concatenates <String1> to <String2>, placing <String2> at the end of <String1>

USAGE RESTRICTIONS

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

RULESHEET EXAMPLE

This sample Rulesheet uses .concat to create string1 by combining string1 and string2 from Entity1.entity2.

SAMPLE RULETEST

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