Filter Lines
Outputs only lines that meet a condition
The condition can simply be to contain or not contain some piece of text, but you can also use a regular expression for more complex filtering.
- Input: The lines to filter
- Output: The lines that fulfill the given condition
Parameters
- Output Lines That: Specifies the condition that is checked for each of the input lines. The Contain and Don’t Contain options are case-sensitive (A≠a).