This script processor removes lines of code that contain matches to supplied strings. The removal
can be either with comment markings, or with physical removal from the script.
Remove Code Lines
Containing
|
The string to search for a match.
|
Match Case
|
If checked, matches the Containing text by matching character
for character, including case.
|
Whole Word Only
|
Matches cannot be substring of another word or identifier. This
is defined as the character before and the character after the
matched string are not characters that are valid characters for a
PowerBuilder identifier or variable.
|
Ignore Quotes
|
Ignore matches that are found in quotes. Excluding matches
contained in quotes slows the search, as the context of each
match has to be evaluated with respect to quotes.
|
Code Line Removal
Action
|
Identifies the method to remove code lines that contain
matching strings.
|
Comment
|
Adds comment markings so that the code line will be ignored
by PowerBuilder.
|
Remove
|
Physically removes the code lines from the scripts.
|