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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesPattern Validators

Utilities that verify a regular expression accurately matches specific sample strings.

Distinct from Regular Expression Generators: Focuses on testing existing patterns against strings, whereas the parent focuses on generating patterns.

Explore 1 awesome GitHub repository matching development tools & productivity · Pattern Validators. Refine with filters or upvote what's useful.

Awesome Pattern Validators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bowen7/regex-visBowen7 的头像

    Bowen7/regex-vis

    4,405在 GitHub 上查看↗

    regex-vis 是一套用于可视化、编辑和测试正则表达式的工具。它提供了一个可视化器,通过生成模式的结构图来阐明其解析和匹配文本的方式,并配有一个可视化编辑器,无需手动输入字符即可修改模式。 该系统包含一个正则表达式测试器,用于针对示例字符串验证模式。这些工具通过可视化正则表达式的内部结构,实现了对模式匹配行为的调试。

    Includes a validator that checks regular expressions against sample strings to verify intended matching.

    TypeScripteditorreactreactjs
    在 GitHub 上查看↗4,405
  1. Home
  2. Development Tools & Productivity
  3. Regular Expression Generators
  4. Pattern Validators