Filter Step matchLinesFilter
Description
Removes or keeps lines which match a regular expression. For use with steps which take a ContentFilter.
Parameters
- regex
- Required? yes
- The regex to match against lines.
- description
- Required? no
- The description of this test step.
- remove
- Required? no, default is false
- Indicates that lines which match will be removed (true) or kept (false).