Element Reg Expression

Name

Type

Required

Description

Name

String

Yes

Name of the regular expression definition.

Pattern

String

Yes

Regular expression used for matching.

Ignore Case

Boolean

Yes

Determines whether the regular expression matching ignores case. Default value: false (i.e., case-sensitive matching)

Partial Match

Boolean

Yes

Determines whether the whole input value must be matched with the regular expression. Example: Consider the following regExpression: "([^,]*), tel. ([0-9]+), ([^,]*)" and the following input data: "Michael Volny, tel. 603454501, Praha, 186 00", then with the property partialMatch set to false no match is found, because this part of the input: , 186 00 isn't matched by any part of the regular expression. No substition will be made and the processing of the record ends. Deafult value: false

Result Columns

List of Regex Output Column

No

Defines the output columns.


iWay Software