Regular Expressions 101

Community Patterns

Match 24H time

0

Regular Expression
ECMAScript (JavaScript)

/
^(?:(?:[0-1]{0,1}[0-9])|(?:2[0-3])):[0-5]{0,1}[0-9]$
/

Description

no description available

Submitted by anonymous - 8 years ago