any-rule icon indicating copy to clipboard operation
any-rule copied to clipboard

我有更好的正则: 用户名校验,4到16位(字母,数字,下划线,减号)

Open cordmaker opened this issue 3 years ago • 1 comments
trafficstars

/^[\w-]{4,16}$/ \w 包含数字、字母、下划线

cordmaker avatar Jun 01 '22 06:06 cordmaker

感谢, 稍后收录

any86 avatar Jun 04 '22 13:06 any86