Regular Expressions 101

Community Patterns

0

nosh

Python
no description available
Submitted by anonymous - 3 years ago
0

URLs

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

Parse date between 1000 and 2012 in format(YYYY/MM/DD HH:MM)

0

Regular Expression
PCRE (PHP <7.3)

/
\s+|^((1[0-9]{1,3})|(20[0-1][0-2])|(200[0-9]))\/((0[0-9])|[0-9]|[1][0-2])\/(([0-2][0-9])|(30)) (([0-1][0-9])|([2][0-4])):([0-6][0-9])
/
gmi

Description

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