Strings

The string type is a series of characters and the most basic of all syntax types. 

Syntax:

String enclosed by a single apostrophe:
'string'
To concatenate strings, use the plus "+" operator:
'string' + 'string'
To indicate carriage returns (new lines), use the double-backslash (\\):
'string\\string' 

Strings can be used as the value in the following fields:

Configuration Tables and Relevant Fields for Strings

Table

Fields

Message Manipulations Table

'Condition'
'Action Value'

Message Conditions Table

'Condition'

Pre-Parsing Manipulation Table

'Pattern'
'Replace-With'

Call Setup Rules Table

'Condition'
'Action Value'