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
80f68ddec7
commit
26220db48a
@ -358,4 +358,9 @@ module.exports = [{
|
||||
rule: /^[a-zA-Z][0-9]{9}$/,
|
||||
examples: ['U193683453']
|
||||
},
|
||||
{
|
||||
title: '复杂密码',
|
||||
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@']
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user