skills/tools/regex-tester/SKILL.md
测试和调试正则表达式,支持匹配高亮、捕获组和常用模式库。
npx skillsauth add aidotnet/moyucode regex-testerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Test and debug regular expressions with match highlighting, capture group extraction, and a library of common patterns.
/regex command# 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: [email protected]"
regex, pattern, match, test, text
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。