📄 Filter Text Paragraphs
Quickly extract all paragraphs matching a pattern or regular expression — perfect for bloggers & researchers.
📝 Source text
📊 Total paragraphs: 0
✅ Matching paragraphs
📌 Matches: 0
✨ Click "Filter paragraphs" to see matched paragraphs
🔧 How to use this tool
1. Paste or write text in the left panel – separate paragraphs with blank lines.
2. Enter a pattern (plain text or regex).
3. Toggle Regex mode / Case insensitive as needed.
4. Click "Filter paragraphs" – matched paragraphs appear on the right.
5. Copy results with one click.
✨ Regex examples
- \b\d{3}\b → paragraphs containing three-digit numbers
- \b(apple|banana)\b → paragraphs with either word
- https?:\/\/[^\s]+ → paragraphs with URLs