regex-tester
4
总安装量
2
周安装量
#48935
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill regex-tester
Agent 安装分布
opencode
2
claude-code
2
cursor
2
mcpjam
1
zencoder
1
Skill 文档
Regex Tester Tool
Description
Test and debug regular expressions with match highlighting, capture group extraction, and a library of common patterns.
Trigger
/regexcommand- User needs to test regex
- User wants pattern matching help
Usage
# Test pattern
python scripts/regex_tester.py "\\d+" "abc123def456"
# Show capture groups
python scripts/regex_tester.py "(\\w+)@(\\w+)" "user@domain" --groups
# Find all matches
python scripts/regex_tester.py "\\b\\w{4}\\b" "The quick brown fox" --all
# Use common pattern
python scripts/regex_tester.py --pattern email "Contact: test@example.com"
Tags
regex, pattern, match, test, text
Compatibility
- Codex: â
- Claude Code: â