mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
docs: 更新文档
This commit is contained in:
parent
f762c31942
commit
32db74a841
11
README.md
11
README.md
@ -1,6 +1,6 @@
|
||||
# 正则大全  [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule)  [](https://circleci.com/gh/any86/any-rule)
|
||||
|
||||
🦕支持**web** / **vscode** / **idea** / **Alfred Workflow** / **uTools** 多平台
|
||||
🦕支持**web** / **vscode** / **idea** / **Alfred Workflow**多平台
|
||||
|
||||
## :rocket:web版本
|
||||
https://any86.github.io/any-rule/
|
||||
@ -45,13 +45,18 @@ vscode应用商店中搜索"**any-rule**".
|
||||
</details>
|
||||
|
||||
## 社区版本
|
||||
|
||||
社区版本非本人维护, 只是其他开发者使用了any-rule整理的正则内容, 如使用出现问题可直接与其开发者联系.
|
||||
|
||||
[idea版](https://github.com/zhoriya/idea-rule)
|
||||
|
||||
[Alfred Workflow版](https://github.com/cccyb/workflows)
|
||||
|
||||
[hyjs: 函数封装版](https://github.com/heiyehk/hyjs/tree/main/packages/utils)
|
||||
|
||||
[uTools版](https://github.com/trentlee0/utools-any-rule)
|
||||
[命令行版本](https://github.com/shenguanjiejie/workwork)
|
||||
|
||||
[uTools版本](https://github.com/trentlee0/utools-any-rule)
|
||||
|
||||
## :fire:关于PR
|
||||
欢迎大家PR, 步骤如下:
|
||||
@ -156,7 +161,7 @@ vscode应用商店中搜索"**any-rule**".
|
||||
|
||||
### md5格式(32位)
|
||||
```javascript
|
||||
/^([a-f\d]{32}|[A-F\d]{32})$/
|
||||
/^[a-fA-F0-9]{32}$/
|
||||
```
|
||||
|
||||
### GUID/UUID
|
||||
|
@ -69,12 +69,19 @@ vscode应用商店中搜索"**any-rule**".
|
||||
</details>
|
||||
|
||||
## 社区版本
|
||||
|
||||
社区版本非本人维护, 只是其他开发者使用了any-rule整理的正则内容, 如使用出现问题可直接与其开发者联系.
|
||||
|
||||
[idea版](https://github.com/zhoriya/idea-rule)
|
||||
|
||||
[Alfred Workflow版](https://github.com/cccyb/workflows)
|
||||
|
||||
[hyjs: 函数封装版](https://github.com/heiyehk/hyjs/tree/main/packages/utils)
|
||||
|
||||
[命令行版本](https://github.com/shenguanjiejie/workwork)
|
||||
|
||||
[uTools版本](https://github.com/trentlee0/utools-any-rule)
|
||||
|
||||
## :fire:关于PR
|
||||
欢迎大家PR, 步骤如下:
|
||||
1. **正则**请在**packages/www/src/RULES.js**中添加.
|
||||
|
Loading…
x
Reference in New Issue
Block a user