Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-10-17 07:48
Flavor·ECMAScript (JavaScript)

/
^[0][0-9]{9}
/
gm
Open regex in editor

Description

Check if first char is 0 followed by 9 digits

Submitted by anonymous