awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
geongeorge avatar

geongeorge/i-hate-regex

0
View on GitHub↗
4,562 Stars·319 Forks·Vue·8 AufrufeiHateRegex.io↗

I Hate Regex

i-hate-regex ist eine Suite interaktiver Dienstprogramme zum Erstellen, Validieren, Konfigurieren und Visualisieren regulärer Ausdrücke. Sie bietet eine spezialisierte Umgebung für die Konstruktion und das Debugging regulärer Ausdrücke, die es Benutzern ermöglicht, komplexe Muster zu erstellen und das Matching-Verhalten durch interaktive Tests zu verifizieren.

Das Projekt bietet einen Generator für reguläre Ausdrücke mit Echtzeit-Matching-Vorschau und ein Visualisierungstool, das die logische Struktur eines Musters anzeigt. Es enthält zudem eine kuratierte Bibliothek standardisierter Muster für gängige Datenformate, einschließlich E-Mail-Adressen, IP-Adressen, Telefonnummern, Datumsangaben und Sozialversicherungsnummern.

Das Toolset deckt die Validierung der Regex-Syntax und die Konfiguration von Flags für globales, nicht-case-sensitives und mehrzeiliges Verhalten ab. Es unterstützt zudem das Einbetten seiner Visualisierungskomponenten in externe Websites.

Features

  • Regular Expression Playgrounds - Provides an interactive playground for building and testing complex regex patterns with real-time previews.
  • Regular Expression Visualizers - Provides a visual representation tool that displays the logical structure of a regular expression to help users understand pattern behavior.
  • Regex Pattern Syntax Validations - Checks for errors in regular expression code and uses highlighting to identify problematic segments.
  • Debugging Tools - Analyzes existing regex patterns through visualization and syntax validation to identify unexpected matching behavior.
  • Regex Visualizers - Provides visual diagrams of regular expression patterns to help users understand the matching logic.
  • Regex Pattern Validators - Verifies that regular expression patterns correctly match specific test strings before deployment.
  • Live Preview Renderers - Updates matching results in real time as the user modifies the regex pattern or sample text.
  • Regex Pattern Catalogs - Includes a curated catalog of regular expressions for common data formats like emails and IP addresses.
  • Social Security Number Validators - A pre-defined regular expression pattern for verifying strings against the NNN-NN-NNNN format while enforcing government restrictions.
  • Date Validation Utilities - A collection of regular expression patterns used to identify date strings across various separators and day-month-year sequences.
  • Phone Number Pattern Matching - A generalized regular expression for matching phone numbers with optional country codes, dashes, and whitespace.
  • Regex Pattern Catalogs - Stores a predefined library of common regular expression patterns and descriptions in JSON files for quick lookup.
  • Regular Expression Generators - Generates regular expression patterns based on specific constraints with a real-time matching preview.
  • Regex Syntax References - Provides a comprehensive guide to common patterns and character classes for standard data formats.
  • Format Validations - A set of regular expression patterns for verifying various IPv6 address formats, including compressed and mapped notations.
  • Regex Flags - Allows users to toggle global, case-insensitive, and multiline flags to modify regex evaluation.

Star-Verlauf

Star-Verlauf für geongeorge/i-hate-regexStar-Verlauf für geongeorge/i-hate-regex

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht geongeorge/i-hate-regex?

i-hate-regex ist eine Suite interaktiver Dienstprogramme zum Erstellen, Validieren, Konfigurieren und Visualisieren regulärer Ausdrücke. Sie bietet eine spezialisierte Umgebung für die Konstruktion und das Debugging regulärer Ausdrücke, die es Benutzern ermöglicht, komplexe Muster zu erstellen und das Matching-Verhalten durch interaktive Tests zu verifizieren.

Was sind die Hauptfunktionen von geongeorge/i-hate-regex?

Die Hauptfunktionen von geongeorge/i-hate-regex sind: Regular Expression Playgrounds, Regular Expression Visualizers, Regex Pattern Syntax Validations, Debugging Tools, Regex Visualizers, Regex Pattern Validators, Live Preview Renderers, Regex Pattern Catalogs.

Welche Open-Source-Alternativen gibt es zu geongeorge/i-hate-regex?

Open-Source-Alternativen zu geongeorge/i-hate-regex sind unter anderem: aykutkardas/regexlearn.com — This project is an interactive regular expression learning platform and playground. It provides a guided educational… cjex/regulex — Regulex is a tool that parses regular expressions into interactive syntax diagrams, rendering them directly on an HTML… any86/any-rule — Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns… gskinner/regexr — Regexr is a web-based regular expression IDE designed for building, testing, and debugging patterns. It functions as a… bowen7/regex-vis — regex-vis is a set of tools for the visualization, editing, and testing of regular expressions. It provides a… al1abb/invoify — An invoice generator app built using Next.js, Typescript, and Shadcn.

Open-Source-Alternativen zu I Hate Regex

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit I Hate Regex.
  • aykutkardas/regexlearn.comAvatar von aykutkardas

    aykutkardas/regexlearn.com

    4,056Auf GitHub ansehen↗

    This project is an interactive regular expression learning platform and playground. It provides a guided educational environment for mastering regular expression syntax through step-by-step tutorials and lessons. The platform includes a real-time regex playground for validating patterns against sample text and a specialized tool for analyzing search engine optimization data. Users can experiment with patterns in a sandbox environment and access a syntax reference guide for identifying matching symbols. The system supports content localization for non-English speakers and utilizes a modular f

    TypeScriptguidelearnregex
    Auf GitHub ansehen↗4,056
  • cjex/regulexAvatar von CJex

    CJex/regulex

    5,836Auf GitHub ansehen↗

    Regulex is a tool that parses regular expressions into interactive syntax diagrams, rendering them directly on an HTML canvas. It converts a regex string into an abstract syntax tree and visualizes the structure as a navigable diagram, making the internal logic of a regular expression visually accessible. Beyond basic visualization, Regulex provides syntax validation that detects and reports precise errors, including invalid back references and octal escapes. It also offers a state-machine visualization mode that maps regex AST nodes to NFA-like states and transitions, rendered as a directed

    TypeScriptdiagramjavascriptregex
    Auf GitHub ansehen↗5,836
  • any86/any-ruleAvatar von any86

    any86/any-rule

    8,662Auf GitHub ansehen↗

    Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U

    TypeScriptawsomeexpressregex
    Auf GitHub ansehen↗8,662
  • gskinner/regexrAvatar von gskinner

    gskinner/regexr

    10,344Auf GitHub ansehen↗

    Regexr is a web-based regular expression IDE designed for building, testing, and debugging patterns. It functions as a testing tool to validate expressions against sample text and a learning tool that provides an interactive guide and a built-in cheat sheet for studying syntax. The platform includes a community regex library, which is a searchable repository of user-contributed patterns. This enables the discovery, sharing, and reuse of proven matching logic through a public directory and collaborative sharing links. The tool supports real-time pattern construction with syntax highlighting a

    JavaScript
    Auf GitHub ansehen↗10,344
  • Alle 30 Alternativen zu I Hate Regex anzeigen→