Regular Expressions 101

Community Patterns

1

Tel

PCRE (PHP <7.3)
Simple tel regex
Submitted by anonymous - 8 years ago
1

Desc

PCRE (PHP <7.3)
match /* @Desc("(.)");
Submitted by anonymous - 8 years ago
1

02

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

a

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

\d{4}(0[1-9]|1[0-2])(0[1-9]|[1-2]\d|30|31)T([01]\d|2[0-3])[0-5]\d[0-5]

1

Regular Expression
ECMAScript (JavaScript)

/
\d{4}(0[1-9]|1[0-2])(0[1-9]|[1-2]\d|30|31)T([01]\d|2[0-3])[0-5]\d[0-5]\d
/

Description

Loading markdown...
Submitted by suman - 8 years ago