Regular Expressions 101

Community Patterns

Date range match

1

Regular Expression
PCRE (PHP <7.3)

/
^(?P<start>.*)\s(-|to)\s(?P<end>.*)$
/
is

Description

This is not my creation, it is from a github repor

Submitted by Saji N - 9 years ago