Line Modifier

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

LineModifier

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 adding defined text to the beginning of the string modified.

Ignore Spaces

Enables spaces deleting 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 adding defined text to the end of the string modified.

Ignore Spaces

Enables spaces deleting 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

Deleting of the retrieved string.

Insert Text Before String

Inserting 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

Inserting of the given text after the retrieved string. Template usage is possible.

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