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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • any86/any-ruleAvatar de any86

    any86/any-rule

    8,662Voir sur 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
    Voir sur GitHub↗8,662
  • vincentsit/chinamobilephonenumberregexAvatar de VincentSit

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775Voir sur GitHub↗

    Il s'agit d'une bibliothèque d'expressions régulières conçue pour la validation et l'identification des numéros de téléphone mobile de Chine continentale. Elle fournit les règles structurelles et les contraintes de chiffres nécessaires pour vérifier que les numéros de téléphone suivent le format régional correct. La bibliothèque inclut des modèles spécifiques pour déterminer le fournisseur de télécommunications en fonction des préfixes régionaux. Elle propose également des filtres pour distinguer les numéros vocaux standards des plans IoT ou de données uniquement. Le projet couvre de vastes capacités de validation de données, incluant la vérification du format d'entrée et l'identification de l'opérateur.

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

    Voir sur GitHub↗4,775
  1. Home
  2. User Interface & Experience
  3. Form Components
  4. Range Inputs
  5. Pattern Literals
  6. Static Pattern Definitions