Regular Expressions 101

Community Patterns

Timecode

1

Regular Expression
Python

r"
([0-9]{2}:){3}[0-9]{2}
"
g

Description

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

Submitted by Travis - 9 years ago