Updated
Using Remove lines containing text
Enter the text to find and remove each line that contains it. Switch to “Keep matching lines” to extract matching rows instead. The original content of retained lines is preserved.
Matching is a literal substring search. Searching cat also matches catalog; punctuation such as dots and brackets is ordinary text, not a regular expression.
A worked example
With cat as the match, “cat: feed tonight” is removed and “dog: walk today” remains.
Before you use the result
This filters whole lines and does not replace individual matches. Case-insensitive matching uses English lowercase rules; it does not normalize accents or infer equivalent spellings.
Cite this page
ToolOctopus. “Remove lines containing text.” Updated 2026-09-19. https://tooloctopus.com/remove-lines-containing-text.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
