Description from extension meta
A tool for advanced REGEX operations tailored for SEO tasks.
Image from store
Description from store
Super Regex Generator** 🛠️
Super Regex Generator is a Chrome extension designed to streamline the creation, testing, and highlighting of regular expressions (regex). Tailored for SEO professionals, web developers, content creators, and data analysts, it supports working with text patterns through a clear, tab-based interface. The tool enables users to generate regex patterns, highlight keywords, and test matches directly in the browser, suitable for users of all experience levels. All processing is done locally, ensuring data privacy. 🌐
**Features**
1. Regex Generator 📝
Converts lists of words or URLs into regex patterns for SEO and text analysis tasks.
- Creates patterns to match text that **contains**, **exactly matches**, **starts with**, or **ends with** the input.
- Removes URL bases (e.g., extracts `/page` from `https://example.com/page`).
- Splits long regex patterns to comply with Google Search Console’s 4,096-character limit, with options to copy individual parts or save as a `.txt` file.
- **Example Use Case**: An SEO specialist inputs a list of product URLs (e.g., `https://store.com/blue-shirt`, `https://store.com/red-shirt`) and selects “contains.” The tool generates the regex `.*blue-shirt.*|.*red-shirt.*` to filter these pages in Google Search Console, helping track product-specific traffic.
2. Brand Regex Generator 🔤
Generates advanced regex patterns for brand names or keywords, accounting for variations and errors.
- Supports options like **case sensitivity**, **accented characters** (e.g., “café” and “cafe”), **letter substitutions** (e.g., “color” and “colour”), **optional letters**, **flexible spaces** (e.g., allowing hyphens or dots), and **typo variations** (e.g., swapped or doubled letters).
- Copies the generated regex for use in other tools.
- **Example Use Case**: A company monitors mentions of “Morning Coffee.” In Tab 1, they input the term, enable accents and typos, generating a regex like `(?i)(?:Mornin[g]?[ -]?Coffe[eéêèEÉÊÈ]?)` that captures “Morning-Coffee” or “Mornin Cofee.” This pattern is used in media monitoring tools to track brand mentions.
3. Regex Highlighter ✨
Creates regex patterns by selecting words in a text block.
- Paste or type text, click words to select them, and generate a regex with options for **case sensitivity**, **exact word matching** (using word boundaries), or **ignoring punctuation**.
- Copies the regex or clears selections for new tests.
- **Example Use Case**: A content creator pastes an article and highlights keywords like “SEO” and “marketing.” With exact matching enabled, the tool generates `\b(SEO|marketing)\b`. This pattern is used to find exact mentions of these terms in other texts, aiding content analysis.
4. Regex Tester 🔍
Tests regex patterns against text, displaying highlighted matches.
- Shows results with a yellow background, exports in **CSV** or **JSON**, and copies to the clipboard.
- Displays clear messages for invalid regex patterns.
- **Example Use Case**: A data analyst inputs the regex `\b\d{3}-\d{3}\b` and a text with IDs (e.g., “123-456, 789-012”). The tool highlights matches and exports “123-456,789-012” in CSV for reporting, confirming the pattern captures IDs correctly.
**Why Use Super Regex Generator?**
- Supports SEO tasks like URL filtering, keyword monitoring, and brand analysis.
- Provides a tab-based interface for generating, highlighting, and testing regex.
- Handles complex tasks like accents, typos, and URLs.
- Works for SEO, web development, data analysis, and more.
- Copies or exports results for tools like Google Search Console and Google Analytics.
- Processes everything locally, with no data collection. 🔒
**How to Use**
Super Regex Generator assists with regular expressions for SEO and text analysis tasks. Install the extension to create, test, and refine regex patterns, whether for filtering URLs, monitoring brands, or extracting data. 🌟
**Permissions**
- **Clipboard Access**: Used to paste text into the highlighter and copy regex or results.
- **No Data Collection**: All processing is done locally in the browser.
Created by David Breder