Contains

The Contains function returns true when the first parameter contains the string that is defined by the regular expression in the second parameter.

Return type

The function return type is: BOOLEAN

Function parameters

Table 1. Contains assignment function parameters
Parameter order Input variable type Parameter data type Required parameter Description
1 Data field STRING Yes The data field to be searched for the regular expression.
2 Constant REGEX Yes The regular expression used to define the string to be found in the first parameter.