D
@i6060/dsh-regex
v0.1.0 · 1 天前发布
正则工具:测试匹配(位置/分组)、安全替换、特殊字符转义
README
dsh-regex · 正则工具
测试正则匹配(位置/分组)、安全替换、特殊字符转义。纯 Node 实现。
提供的工具
| 工具 | 作用 |
|---|---|
|
regex_test | 测试匹配 |
|
regex_replace | 正则替换 |
|
regex_escape | 特殊字符转义 |
安装
bash
dsh plugin add @i6060/dsh-regex
安装后在 profile 的
package.json 的 dsh.profile.bundles 中加入 "dsh-regex"。
用法示例
测试这个正则能匹配到什么
→ 调用 regex_test(pattern="\\d+", text="a1b22c333")
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- @i6060/dsh-regex
- Repo
- —
- Engines
{}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}