Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-03 23:26
Flavor·ECMAScript (JavaScript)

/
^(\d{3,12})$
/
gm
Open regex in editor

Description

3 to 12 digits in length only

Submitted by anonymous