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

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

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

3 مستودعات

Awesome GitHub RepositoriesPattern Literals

Constructing regular expression patterns using dedicated literal syntax for string matching.

Distinct from Range Inputs: Distinct from range inputs: focuses on regex pattern definition syntax.

Explore 3 awesome GitHub repositories matching user interface & experience · Pattern Literals. Refine with filters or upvote what's useful.

Awesome Pattern Literals GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • crystal-lang/crystalالصورة الرمزية لـ crystal-lang

    crystal-lang/crystal

    20,299عرض على GitHub↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Constructs regular expression patterns using dedicated literal syntax for string matching.

    Crystalcompilercrystalcrystal-language
    عرض على GitHub↗20,299
  • 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

    Defines every regex as a hardcoded string literal rather than generating patterns at runtime.

    TypeScriptawsomeexpressregex
    عرض على GitHub↗8,662
  • vincentsit/chinamobilephonenumberregexالصورة الرمزية لـ VincentSit

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775عرض على GitHub↗

    This is a regular expression library designed for the validation and identification of mobile phone numbers from mainland China. It provides the structural rules and digit constraints necessary to verify that phone numbers follow the correct regional format. The library includes specific patterns to determine the telecommunications provider based on regional prefixes. It also features filters to distinguish between standard voice numbers and IoT or data-only plans. The project covers broad data validation capabilities, including input format verification and carrier identification.

    Stores validation rules as hardcoded string literals to ensure consistent matching across environments.

    عرض على GitHub↗4,775
  1. Home
  2. User Interface & Experience
  3. Form Components
  4. Range Inputs
  5. Pattern Literals

استكشف الوسوم الفرعية

  • Static Pattern DefinitionsDefining every regex as a hardcoded string literal rather than generating or composing patterns at runtime. **Distinct from Pattern Literals:** Distinct from Pattern Literals: focuses on the static, non-composable nature of the pattern definitions, not the literal syntax itself.