mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
perf: 优化MD5正则的长度(#256)
This commit is contained in:
parent
508b202424
commit
37a6d1e457
2
packages/www/src/RULES.js
vendored
2
packages/www/src/RULES.js
vendored
@ -98,7 +98,7 @@ module.exports = [{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'md5格式(32位)',
|
title: 'md5格式(32位)',
|
||||||
rule: /^([a-f\d]{32}|[A-F\d]{32})$/,
|
rule: /^[a-fA-F0-9]{32}$/,
|
||||||
examples: ['21fe181c5bfc16306a6828c1f7b762e8'],
|
examples: ['21fe181c5bfc16306a6828c1f7b762e8'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user