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/Output

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

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

Property

NameProperty TypeDescription
RegExpstringThe regular expression.
CaseInsensitivechoice 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

Regular Expression Dialog

When double-click the regular expression functions, the Regular Expression Dialog is displayed. You can configure the properties and test the regular expressions.

 

 

Fields
RegexpInput regular expression property.
When the item is selected by listing the lower right of the screen, the corresponding regular expression is set.
Input stringInput the string to be used by test.
ResultThe result of test is displayed.
Other propertyProperties of editing function is displayed except for regular expression.
Selection listIf 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 buttonTest the current configurations with Input string.
Edit sample buttonEdits 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