RegexpFind

The RegexpFind function performs regular expression pattern matching on the input string, and outputs the index at which the pattern is found.

The first character in the input string has an index value of 1. If the regular expression pattern is not found, 0 is output.

Input/Output

Number of Connections: Min: 1/Max:3
InputData TypeDescription
Input1StringData
Input2IntegerSets the Offset property. (optional)
Input3StringSets the RegExp property. (optional)

OutputData TypeDescription
Output1IntegerThe index at which the regular expression pattern is found.

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
OffsetintThe offset from the beginning of the input stream's string from which the regular expression pattern matching is to start.

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