Regular Expressions 101

Community Patterns

match time all the way up to 23:59.

0

Regular Expression
PCRE (PHP <7.3)

/
^([0-1]\d:[0-5]\d)|(^2[0-3]:[0-5]\d)
/
mg

Description

no description available

Submitted by anonymous - 8 years ago