Regex Search icon

Regex Search

v1.1.0 Updated Mar 3, 2026 23.22KiB
CWS
8
Users
β˜… 0.00
0 reviews
#36933
of 59.3K
developer
#3266 of 5.2K
βœ…Recently updated

Description

πŸ” Regex Search - Advanced Pattern Matching for Web Pages Transform how you search web pages with powerful regular expression capabilities right in your browser! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ KEY FEATURES ✨ SEARCH & HIGHLIGHT β€’ Find patterns with full regex support β€’ Instant highlighting with visual feedback β€’ Navigate between matches with keyboard shortcuts β€’ Match counter shows total results and current position β€’ Case-sensitive and plain text search modes 🎯 ADVANCED PATTERN MATCHING β€’ Multi-pattern search with color-coded highlights β€’ Save frequently used patterns for quick access β€’ Search history (last 10 searches) β€’ Real-time search as you type (with debouncing) β€’ Support for regex flags (multiline, dotAll, unicode, sticky) πŸ”§ FIND & REPLACE β€’ Replace current match or all matches at once β€’ Capture group support ($1, $2, etc.) β€’ Visual confirmation before replacing β€’ Browser native undo support (Ctrl+Z) πŸ’Ύ DATA MANAGEMENT β€’ Export search results to CSV format β€’ Context display (50 chars before/after each match) β€’ Persistent highlights across page reloads β€’ Save patterns with custom names for reuse ⌨️ KEYBOARD SHORTCUTS β€’ Enter: Start search β€’ Shift+Enter: Jump to previous match β€’ Escape: Clear current search β€’ Ctrl/Cmd+C: Copy current match to clipboard πŸ“Š EXPORT & ANALYSIS β€’ Export all matches to CSV with context β€’ Track match positions in document β€’ Full-text context extraction around each match β€’ URL tracking for organized data collection USE CASES πŸ”Ή Web Development Find specific code patterns, CSS classes, or HTML attributes in documentation and web pages πŸ”Ή Research & Data Collection Extract emails, phone numbers, URLs, dates, and structured data from web pages πŸ”Ή Content Editing & Review Find and replace text across long articles, documentation, or web content πŸ”Ή Learning & Practice Practice regex patterns on real web content with instant visual feedback πŸ”Ή Quality Assurance Verify patterns, find inconsistencies, and validate data formats on web pages ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ COMMON SEARCH PATTERNS πŸ“§ Email Addresses Pattern: \w+@\w+\.\w+ Example: john@example.com πŸ“ž Phone Numbers Pattern: \d{3}-\d{3}-\d{4} Example: 555-123-4567 🌐 URLs Pattern: https?://[^\s]+ Example: https://example.com 🎨 Hex Color Codes Pattern: #[0-9A-Fa-f]{6} Example: #FF5733 πŸ“… Dates (MM/DD/YYYY) Pattern: \d{2}/\d{2}/\d{4} Example: 12/31/2024 πŸ”’ Numbers Pattern: \d+ Example: 123, 456 πŸ’° Currency Pattern: \$\d+(\.\d{2})? Example: $19.99 πŸ“ IP Addresses Pattern: \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} Example: 192.168.1.1
Regex Search screenshot 1

Reviews

Loading reviews...

Permissions (4)

Permissions

activeTabβ„Ή Can access the current tab when you click the extension clipboardWriteβ„Ή Can write to your clipboard scriptingβ„Ή Can inject scripts into web pages storageβ„Ή Can store data locally in your browser

Details

Version 1.1.0
Updated Mar 3, 2026
Size 23.22KiB
First Seen Mar 21, 2026