Filter your text by keeping or removing lines that contain specific text or patterns
Contains text
: Line contains the specified text anywhereExact match
: Line matches exactly (including whitespace)Starts with
: Line begins with the specified textEnds with
: Line ends with the specified textRegular expression
: Advanced pattern matchingCase sensitive
: Match exact letter casingInvert match
: Keep lines that don't match your criteria1. You enter:apple pie
banana bread
cherry tart
blueberry muffin
2. Set filter text to berry
3. Choose "Keep matching lines"
4. Output becomes:blueberry muffin
Yes! Enter multiple terms (one per line) in the filter text area. A line will match if it meets any of the criteria (OR logic).
"Remove matching lines" removes lines that match your criteria, while "Invert match" changes the matching logic itself. For example, with "Contains text" and invert match, it will match lines that don't contain the text.
No, regular expressions are only available when you select the "Regular expression" match type option.