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
Input | Data Type | Description |
Input1 | All | Data |
Input2 | All | Sets the RegExp property. (optional) |
Output
Output | Data Type | Description |
Output1 | Boolean | If the input stream contains the regular expression pattern, True is output. |
Property
Name | Property Type | Description |
RegExp | String | The regular expression. |
CaseInsensitive | choice | Defines 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