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
2785290795
commit
d3725deb62
@ -58,7 +58,7 @@ module.exports = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '只包含中文',
|
title: '只包含中文',
|
||||||
rule: /^[\u4E00-\u9FA5]/,
|
rule: /^[\u4E00-\u9FA5]+$/,
|
||||||
example: '如: 正则、前端'
|
example: '如: 正则、前端'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user