TextModifier

Used for modification of a text source. Deletion and modification of the source defined on a condition given by the user is possible.

Source

Set the text source data to be modified into.

Search in text

Set search data to be modified. The following operation modes are possible:

String - Search data is a string.

Characters - Search data is a group of characters. Each of characters will be used as data to find.

Match Case

Enables case-sensitive search of the string or characters.

Use Regular Expressions

Enables regular expressions usage for search of the string.

Use Wildcards

Enables wildcards usage for search of the string.

Action

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

Remove - deletion of the retrieved string.

Replace - Replacement of the retrieved string with the given text. Template usage is possible.

Process All Text Blocks

Enables modification of the all retrieved strings, otherwise only the first string will be modified.

Begin from

Set condition for beginning of the text to be modified. The following operation modes are possible:

Begin of Source - The block starts at the beginning of the data source.

After Defined Text - The block starts after the specified text.

Match Case

Enables case-sensitive search for the text beginning.

Line Start Only

Enables checking that the text beginning found is at the beginning of a line.

Use Regular Expressions

Enables search for the text beginning using regular expressions.

Include Defined Text

Enables addition of defined text to the beginning of the block modified.

Continue Until

Set text end condition. The following operation modes are possible:

End of Source - The block ends at the end of a text source.

Defined Text - The block ends before the text specified.

Defined Text or End of Source - The block ends before the text specified. If this text not found the block ends at the end of source.

Match Case

Enables case-sensitive search for the text end.

Line Start Only

Enables checking that the text beginning found is at the beginning of a line.

Include Defined Text into Result

Enables addition of defined text to the end of the text modified.

Use Regular Expressions

Enables search for the text end using regular expressions.

See also

Block Modifier

Modifiers

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