Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
any86 committed Jul 20, 2022
1 parent f762c31 commit 32db74a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 正则大全 ![已收录82条](https://img.shields.io/badge/已收录-82条-673ab7.svg) [![版本](https://badgen.net/vs-marketplace/v/russell.any-rule)](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [![安装量](https://badgen.net/vs-marketplace/i/russell.any-rule)](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [![下载量](https://badgen.net/vs-marketplace/d/russell.any-rule)](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) ![MIT](https://img.shields.io/badge/license-MIT-F44336.svg) [![CircleCI](https://badgen.net/github/status/any86/any-rule/master/ci/circleci)](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/
Expand Down Expand Up @@ -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, 步骤如下:
Expand Down Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions scripts/md.js
Original file line number Diff line number Diff line change
Expand Up @@ -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**中添加.
Expand Down

0 comments on commit 32db74a

Please sign in to comment.