any-rule
any-rule copied to clipboard
我有更好的正则: 用户名校验,4到16位(字母,数字,下划线,减号)
trafficstars
/^[\w-]{4,16}$/ \w 包含数字、字母、下划线
感谢, 稍后收录