Regular Expressions 101

Community Patterns

0

video img

ECMAScript (JavaScript)
/\/g
Submitted by anonymous - 4 years ago

time format HH:mm

3

Regular Expression
ECMAScript (JavaScript)

/
(0?[0-9]|1[0-9]|2[0-3]):[0-9]+:(0?[0-9]|[1-5][0-9])
/

Description

Loading markdown...
Submitted by Kelps Leite de Sousa - 8 years ago
(Last modified 2 months ago)