LineModifier

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

Source

Set the text source data to be modified into.

New String Start After

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

Begin of Line - The search string starts at begin of a line.

Defined Text - The search string starts after the specified text in a line. Template usage is possible.

Defined Text at Begin of Line - The search string starts after the specified text at begin of a line. Template usage is possible.

Match Case

Enables case-sensitive search of the string beginning.

Use Regular Expressions

Enables regular expressions usage for search of the string beginning.

Include Defined Text into Result

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

Ignore Spaces

Enables space deletion at the beginning of the string modified.

New String Continue Until

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

End of Line - The search string ends at the end of a line.

Defined Text - The search string ends before the specified text in a line. Template usage is possible.

Defined Text at End of Line - The search string ends before the specified text at the end of a line. Template usage is possible.

Defined Text or End of Line - The search string ends before the specified text or at the end of a line. Template usage is possible.

Match Case

Enables case-sensitive search of the string end.

Use Regular Expressions

Enables regular expressions usage for search of the string end.

Include Defined Text into Result

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

Ignore Spaces

Enables space deletion at the end of the string modified.

New String Action

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

Delete String - deletion of the retrieved string.

Insert Text Before String - insertion of the given text in front of the retrieved string. Template usage is possible.

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

Insert Text After String - insertion of the given text after the retrieved string. Template usage is possible.

In Result

Process All Strings

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

Ignore Empty Strings

Enables skipping of empty strings.

See also

Block Modifier

Modifiers

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