Regular Expressions 101

Community Patterns

123...6

Timecode

1

Regular Expression
Python

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

Description

Regex to match standard timecode format.

Submitted by Travis - 9 years ago