RegexpIterator

Used to execute a set of components for regular expressions in specified text source. At each iteration component will find the next regular expression in the text source. It will be parsed with iterator and stored in set of variables. After all a set of iterator components will be executed. Iterator will finish its job, if the line meeting its condition was not found.

Source

Set text source, which is used to parse data from every iteration.

Method

Comparing methods. Match return True if the whole string matches the given pattern. Search tries to find a substring that matches the pattern.

Expression

Set regular expression.

Result Variables

A list of variables which is used to parse data.

Iteration Variable

Set variable name iteration number to be placed in.

See also

Regular Expressions Flags

Iterators

Iterator Break

Iterator Continue

© 2017 Mediatwins s.r.o. All rights reserved.