Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

2

Regular Expression
ECMAScript (JavaScript)

/
^(?!01000|99999)(0[1-9]\d{3}|[1-9]\d{4})$
/

Description

no description available

Submitted by dopa0002 - 9 years ago