awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
geongeorge avatar

geongeorge/i-hate-regex

0
View on GitHub↗
4,562 نجوم·319 تفرعات·Vue·5 مشاهداتiHateRegex.io↗

I Hate Regex

i-hate-regex هي مجموعة من الأدوات التفاعلية لبناء والتحقق من وتكوين وتصور التعبيرات النمطية (Regex). توفر بيئة متخصصة لبناء وتصحيح التعبيرات النمطية، مما يسمح للمستخدمين ببناء أنماط معقدة والتحقق من سلوك المطابقة من خلال الاختبار التفاعلي.

يتميز المشروع بمولد تعبيرات نمطية مع معاينة للمطابقة في الوقت الفعلي وأداة تمثيل مرئي تعرض الهيكل المنطقي للنمط. كما يتضمن مكتبة منسقة من الأنماط القياسية لتنسيقات البيانات الشائعة، بما في ذلك عناوين البريد الإلكتروني، وعناوين IP، وأرقام الهواتف، والتواريخ، وأرقام الضمان الاجتماعي.

تغطي مجموعة الأدوات التحقق من بناء جملة Regex وتكوين الأعلام (flags) للسلوكيات العالمية، وغير الحساسة لحالة الأحرف، ومتعددة الأسطر. كما تدعم تضمين مكونات التصور الخاصة بها في مواقع ويب خارجية.

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.

سجل النجوم

مخطط تاريخ النجوم لـ geongeorge/i-hate-regexمخطط تاريخ النجوم لـ geongeorge/i-hate-regex

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة geongeorge/i-hate-regex؟

i-hate-regex هي مجموعة من الأدوات التفاعلية لبناء والتحقق من وتكوين وتصور التعبيرات النمطية (Regex). توفر بيئة متخصصة لبناء وتصحيح التعبيرات النمطية، مما يسمح للمستخدمين ببناء أنماط معقدة والتحقق من سلوك المطابقة من خلال الاختبار التفاعلي.

ما هي الميزات الرئيسية لـ geongeorge/i-hate-regex؟

الميزات الرئيسية لـ geongeorge/i-hate-regex هي: Regular Expression Playgrounds, Regular Expression Visualizers, Regex Pattern Syntax Validations, Debugging Tools, Regex Visualizers, Regex Pattern Validators, Live Preview Renderers, Regex Pattern Catalogs.

ما هي البدائل مفتوحة المصدر لـ geongeorge/i-hate-regex؟

تشمل البدائل مفتوحة المصدر لـ geongeorge/i-hate-regex: 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.

بدائل مفتوحة المصدر لـ I Hate Regex

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع I Hate Regex.
  • aykutkardas/regexlearn.comالصورة الرمزية لـ aykutkardas

    aykutkardas/regexlearn.com

    4,056عرض على GitHub↗

    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
    عرض على GitHub↗4,056
  • cjex/regulexالصورة الرمزية لـ CJex

    CJex/regulex

    5,836عرض على GitHub↗

    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
    عرض على GitHub↗5,836
  • any86/any-ruleالصورة الرمزية لـ any86

    any86/any-rule

    8,662عرض على GitHub↗

    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
    عرض على GitHub↗8,662
  • gskinner/regexrالصورة الرمزية لـ gskinner

    gskinner/regexr

    10,344عرض على GitHub↗

    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
    عرض على GitHub↗10,344
  • عرض جميع البدائل الـ 30 لـ I Hate Regex→