Filter Step selectLinesFilter
Description
Removes or keeps lines starting at a start regular expression until a stop regular expression. For use with steps which take a ContentFilter.
Parameters
- description
- Required? no
- The description of this test step.
- includeStart
- Required? no, default is true
- Whether to include the line the start regex was found on.
- includeStop
- Required? no, default is true
- Whether to include the line the stop regex was found on.
- remove
- Required? no, default is false
- Indicates that selected lines will be removed (true) or kept (false).
- repeat
- Required? no, default is false
- Indicates that the first (false) or all (true) lines between start and stop regular expression patterns will be selected. Only relevant if the patterns occur multiple times throughout the response.
- startRegex
- Required? yes/no
- The regex to start selecting from. One of 'startRegex' or 'stopRegex' must be set.
- stopRegex
- Required? yes/no
- The regex to stop selecting from. One of 'startRegex' or 'stopRegex' must be set.