Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^00: (?# trim off hour marker) ( [0-9:.]+ (?# final timestamp output) ) \d (?# trim off milliseconds) .+\n (.+) |^language:\s( [a-z]+ (?# you can comment this out if your viewer doesn't support [la:]) )
/
gmxi

Description

Converts VTT (subtitle) files to LRC.

Submitted by kagamin - 2 months ago