saurabhshri / simple-yet-powerful-srt-subtitle-parser-cpp

A single header simple, powerful and full blown srt subtitle parser written in C++.
Other
51 stars 15 forks source link

Remove regex based parsing. #4

Closed saurabhshri closed 7 years ago

saurabhshri commented 7 years ago

The SubRipParser currently performs parsing using regex which aren't supported natively below C++ 11. Also the function that converts time string to ms also uses regex.

saurabhshri commented 7 years ago

Solved via https://github.com/saurabhshri/simple-yet-powerful-srt-subtitle-parser-cpp/commit/e0e98947f332a8f3e79e3de69df6f7ab1e2c4d71