awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • crystal-lang/crystalcrystal-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-ruleany86 的头像

    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/chinamobilephonenumberregexVincentSit 的头像

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775在 GitHub 上查看↗

    这是一个正则表达式库,旨在验证和识别中国大陆的手机号码。它提供了验证手机号码是否符合正确区域格式所需的结构规则和数字约束。 该库包含特定的模式,可根据区域前缀确定电信运营商。它还具有过滤器,用于区分标准语音号码与物联网或纯数据套餐。 该项目涵盖了广泛的数据验证功能,包括输入格式验证和运营商识别。

    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.