Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-10 01:19
Flavor·Python

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

Description

Regex to match standard timecode format.

Submitted by Travis