mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
Update README.md
This commit is contained in:
parent
d9b00b4483
commit
aff19cbcab
@ -413,6 +413,6 @@ vscode应用商店中搜索"**any-rule**".
|
|||||||
|
|
||||||
### 复杂密码
|
### 复杂密码
|
||||||
```javascript
|
```javascript
|
||||||
export const PASSWORD = /^(?![a-zA-Z]+$)(?![A-Z0-9]+$)(?![A-Z\W_!@#$%^&*`~()-+=]+$)(?![a-z0-9]+$)(?![a-z\W_!@#$%^&*`~()-+=]+$)(?![0-9\W_!@#$%^&*`~()-+=]+$)[a-zA-Z0-9\W_!@#$%^&*`~()-+=]/
|
/^(?![a-zA-Z]+$)(?![A-Z0-9]+$)(?![A-Z\W_!@#$%^&*`~()-+=]+$)(?![a-z0-9]+$)(?![a-z\W_!@#$%^&*`~()-+=]+$)(?![0-9\W_!@#$%^&*`~()-+=]+$)[a-zA-Z0-9\W_!@#$%^&*`~()-+=]/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user