I need to find the number, the in and out timecode points and all lines of the text.
9 00:09:48,347 --> 00:09:52,818 - Let\'s see... what else she\'s got? -
I am using following regular expression to parse .srt files:
@"(?\d+)\r\n(?\S+)\s-->\s(?\S+)\r\n(?(.|[\r\n])+?)\r\n\r\n"
Regular Expression Language - Quick Reference