Regular Expressions 101

Community Patterns

Date Range and any make (YY-Y)

0

Regular Expression
PCRE (PHP <7.3)

/
(\b\d\d[-|\s]\d\b)\s(\b[a-z]+\b)
/
gmi

Description

Date range in the form 61-5

Submitted by anonymous - 5 years ago