Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-01 10:05
Flavor·Python

r"
^(\d|0\d|1\d|2\d|3[01])-(\d|0\d|1[012])-[12]\d{3}$
"
gm
Open regex in editor

Description

no description available

Submitted by anonymous