common-regex icon indicating copy to clipboard operation
common-regex copied to clipboard

汉字正则的限定符有问题

Open gsfish opened this issue 6 years ago • 0 comments

原正则的匹配次数为{0,},而至少应该匹配1次:

^[\u4e00-\u9fa5]{1,}$

gsfish avatar Sep 28 '19 16:09 gsfish