mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
fix:修改正则
This commit is contained in:
parent
c9c2b16e1b
commit
0ca59b6820
@ -1,6 +1,6 @@
|
||||
export default [{
|
||||
title: '手机号',
|
||||
rule: /^1((3[\d])|(4[5,6,9])|(5[0-3,5-9])|(6[5,7])|(7[0-8])|(8[1,2,3,5-8])|(9[1,8,9]))\d{8}$/,
|
||||
rule: /^1((3[\d])|(4[5,6,9])|(5[0-3,5-9])|(6[5,7])|(7[0-8])|(8[1-3,5-8])|(9[1,8,9]))\d{8}$/,
|
||||
}, {
|
||||
title: '大写字母',
|
||||
rule: /^[A-Z]+$/,
|
||||
|
Loading…
x
Reference in New Issue
Block a user