1 个仓库
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.
regex-vis 是一套用于可视化、编辑和测试正则表达式的工具。它提供了一个可视化器,通过生成模式的结构图来阐明其解析和匹配文本的方式,并配有一个可视化编辑器,无需手动输入字符即可修改模式。 该系统包含一个正则表达式测试器,用于针对示例字符串验证模式。这些工具通过可视化正则表达式的内部结构,实现了对模式匹配行为的调试。
Includes a validator that checks regular expressions against sample strings to verify intended matching.