Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-15 22:21
Flavor·PCRE (Legacy)

/
^(?<NR>\d+)\n(?<START>\d\d:\d\d:\d\d,\d\d\d)(?>\s?-->\s?)(?<END>\d\d:\d\d:\d\d,\d\d\d)\n(?<STRING>(?>.+\n?)+)
/
mg
Open regex in editor

Description

Extract subtitle entries out of SRT files.

Submitted by anonymous