Regular Expressions 101

Library entries

2
pcre

donotbackup

finding directories w/ donotbackup
Submitted by anonymous - 9 years ago
1
pcre

Date range match

This is not my creation, it is from a github repor
Submitted by Saji N - 9 years ago
1
javascript

date validation

Validation for date 2013.12.24 14:50
Submitted by axelprog - 9 years ago
-2
javascript

Comma-separated numbers with ranges

no description available
Submitted by Eugene - 9 years ago
0
pcre

soap envelope regexp

no description available
Submitted by anonymous - 9 years ago
0
pcre

test123

no description available
Submitted by anonymous - 9 years ago
0
pcre

SickRage

no description available
Submitted by anonymous - 9 years ago
1
pcre

Un-titled

no description available
Submitted by anonymous - 9 years ago
1
pcre

Nada

no description available
Submitted by anonymous - 9 years ago

php input:date yyyy-mm-dd

Vote

3

Regular Expression
pcre

/
^((19\d{2})|(20\d{2}))-(((02)-(0[1-9]|[1-2][0-9]))|(((0(1|[3-9]))|(1[0-2]))-(0[1-9]|[1-2][0-9]|30))|((01|03|05|07|08|10|12)-(31)))$
/

Description

Loading markdown...
Submitted by Oropesa - 9 years ago