RegexpModifier

Used for modification of a text source using regular expressions. Deletion, insertion and replacement of the data defined on regular expression given by the user are possible.

Source

Set text source, which is used to modify data.

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.

Text Action

Set up action, made with retrieved data. The following actions are possible:

Delete Results - deletion of the retrieved data.

Insert Text Before Results - insertion of the given text in front of the retrieved data.

Replace Results - Replacement of the retrieved block with the given text.

Insert Text After Results - insertion of the given text after the retrieved block.

New Text Strings

Set up the texts, used while action is executed.

Process All Matches

Enables modification of the all retrieved data, otherwise only the first data, satisfying regular expression will be modified.

See also

Regular Expressions Flags

Modifiers

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