Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-22 06:49
Flavor·ECMAScript (JavaScript)

/
^[a-zA-Z][-_a-zA-Z0-9]{5,19}$
/
Open regex in editor

Description

微信号,6至20位,以字母开头,字母,数字,减号,下划线

Submitted by anonymous