Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-03-18 21:39
Flavor·PCRE (Legacy)

/
^([1-9])(?!\1)([0-9])(?!\1|\2)([0-9])(?!\1|\2|\3)([0-9])$
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous