RegexpParser

Designed to parse data from text sources using regular expressions. Data are parsed in the variables list.

Source

Set the text source data to be parsed from.

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 the regular expression.

Output Variables

The list of variables data to be parsed to.

See also

Regular Expressions Flags

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