Regular Expressions 101

Community Patterns

Matches to time string: HH:MM

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^\s*(\d\d)\:(\d\d)\s*$
/
gm

Description

Matches to time string: HH:MM

Submitted by anonymous - 2 years ago