Filter Lines Containing

Paste text and a search term to keep only the lines that match — supports plain text, case-insensitive, and regex modes.

0 lines
Match Mode
0 matches
Copied!

Summary

Paste text and a search term to keep only the lines that match — supports plain text, case-insensitive, and regex modes.

How it works

  1. Paste or type the text you want to filter into the Input box.
  2. Enter the word, phrase, or regex pattern in the Search field.
  3. Choose a match mode: plain (default), case-insensitive, or regex.
  4. Click Filter Lines — matching lines appear instantly in the Output box.
  5. Copy the result with the Copy button or clear both fields to start over.

Use cases

  • Extract all error lines from a log file.
  • Pull every line containing a specific domain from an access log.
  • Filter CSV rows that include a particular value.
  • Isolate lines matching a regex pattern in config files.
  • Find all TODO comments copied from source code.
  • Narrow down large text output from command-line tools.
  • Extract email addresses or URLs embedded in multi-line text.
  • Filter only lines that contain a specific IP address range.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu