mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
Update RULES.js
This commit is contained in:
parent
f419267072
commit
7a0d7a32a9
@ -361,6 +361,6 @@ module.exports = [{
|
||||
{
|
||||
title: '大写字母,小写字母,数字,特殊符号 `@#$%^&*`~()-+=` 中任意3项密码',
|
||||
rule: /^(?![a-zA-Z]+$)(?![A-Z0-9]+$)(?![A-Z\W_!@#$%^&*`~()-+=]+$)(?![a-z0-9]+$)(?![a-z\W_!@#$%^&*`~()-+=]+$)(?![0-9\W_!@#$%^&*`~()-+=]+$)[a-zA-Z0-9\W_!@#$%^&*`~()-+=]/,
|
||||
example: ['a1@','A1@','Aa@']
|
||||
examples: ['a1@','A1@','Aa@']
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user