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 | Data Type | Description |
|---|---|---|
| Input1 | All | Data |
| Input2 | All | Sets the RegExp property. (optional) |
| Output | Data Type | Description |
|---|---|---|
| Output1 | Boolean | If the input stream contains the regular expression pattern, True is output. |
| Name | Property Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| RegExp | string | The regular expression. | ||||||
| CaseInsensitive | choice |
Defines whether the query distinguishes between upper and lower case characters.
|
When double-click the regular expression functions, the Regular Expression Dialog is displayed. You can configure the properties and test the regular expressions.

| Regexp | Input regular expression property. When the item is selected by listing the lower right of the screen, the corresponding regular expression is set. |
|---|---|
| Input string | Input the string to be used by test. |
| Result | The result of test is displayed. |
| Other property | Properties of editing function is displayed except for regular expression. |
| Selection list | If selects the category, regular expressions are displayed below. The corresponding regular expression is reflected in the input column when the item is selected from the list, and the explanation is displayed under the screen. |
| Test button | Test the current configurations with Input string. |
| Edit sample button | Edits the regular expression list of Selection List. |
Regular expression list is simple CSV file and it is freely customizable.
Specification of regular expression sample data