RegexpMatch

The RegexpMatch function outputs the result of the regular expression pattern matching on the input string.

If the input stream contains the regular expression pattern, True is output.

Input

Number of Connections: 1
InputData TypeDescription
Input1AllData
Input2AllSets the RegExp property. (optional)

Output

OutputData TypeDescription
Output1BooleanIf the input stream contains the regular expression pattern, True is output.

Property

NameProperty TypeDescription
RegExpStringThe regular expression.
CaseInsensitivechoiceDefines whether the query distinguishes between upper and lower case characters.

true - does not distinguish between upper and lower case
false - does distinguish between upper and lower case

Topic