mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 更新文档
This commit is contained in:
parent
877ff94622
commit
f36ebbde10
@ -1,4 +1,4 @@
|
|||||||
# 正则大全  [](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)
|
# 正则大全  [](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**多平台
|
🦕支持**web** / **vscode** / **idea** / **Alfred Workflow**多平台
|
||||||
|
|
||||||
@ -478,3 +478,8 @@ vscode应用商店中搜索"**any-rule**".
|
|||||||
```javascript
|
```javascript
|
||||||
/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/
|
/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 域名(非网址, 不包含协议)
|
||||||
|
```javascript
|
||||||
|
/^([0-9a-zA-Z-]{1,}\.)+([a-zA-Z]{2,})$/
|
||||||
|
```
|
||||||
|
@ -401,9 +401,13 @@
|
|||||||
"command": "extension.rule81",
|
"command": "extension.rule81",
|
||||||
"title": "$(rocket) zz: email(支持中文邮箱)"
|
"title": "$(rocket) zz: email(支持中文邮箱)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "extension.rule82",
|
||||||
|
"title": "$(rocket) zz: 域名(非网址, 不包含协议)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "extension.rule.callByMenu",
|
"command": "extension.rule.callByMenu",
|
||||||
"title": "🦕正则大全(82条)"
|
"title": "🦕正则大全(83条)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user