I wrote an application in c# that can read srd files well, but now I need to add support for idx and sub files too. How can I parse these formats?
I parse the srt files as thisCode Project: Subtitle Synchronization with C# article describes. I don't know regular expressions and now want to parse the idx and sub files.