Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-11-04 15:15
Flavor·Python

r"
^[0-9]*((0)1[23456789]|(0|1)2[3456789]|(0|1|2)3[456789]|(0|1|2|3)4[56789]|(0|1|2|3|4)5[6789]|(0|1|2|3|4|5)6[789]|(0|1|2|3|4|5|6)7[89]|(0|1|2|3|4|5|6|7)8(9))[0-9]*$
"
gmx
Open regex in editor

Description

no description available

Submitted by anonymous