awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesStatic Pattern Definitions

Defining 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.

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

Awesome Static Pattern Definitions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • any86/any-ruleany86 का अवतार

    any86/any-rule

    8,662GitHub पर देखें↗

    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/chinamobilephonenumberregexVincentSit का अवतार

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775GitHub पर देखें↗

    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
  6. Static Pattern Definitions