Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-10 07:41
Flavor·Python

r"
([0-9]{2}:){3}[0-9]{2}
"
g
Open regex in editor

Description

Regex to match standard timecode format. (Updated with fewer groups).

Submitted by Travis