Parser for the SubRip format written using RegexBuilder in modern Swift.
1
00:00:00,000 --> 00:00:04,000
In the twilight's gentle glow,
...
let subtitles = Subtitles(from: <fileUrl>)
subtitles.subtitle(at: 2) // { from: 0.0, to: 4.0, text: "In the twilight's gentle glow," }
subtitles.getText(at: 2) // "In the twilight's gentle glow,"