Edwin Street wrote:Is there a way to export subtitles, just the words? ...and not the code that comes with an SRT file.
I'm trying to make a word document of a speech my Grandfather did and it's taking me forever to reformat the SRT file to delete all the code.
For example, I just want the words in bold and not the rest. This is the first of 295 seperate subtitle lines.
1
00:00:07,133 --> 00:00:10,833
<b><font color='#ffd109'>- It was ninety one years ago, today</font></b>
I did an example Regex that I hope will work, at least assuming all the lines of text match that format.
Go to this url:
https://regex101.com/r/B1Lvwy/3You will see the following:

In the Test String box, paste your full SRT file
In the Substitution box, you will hopefully get your lines output, one line per subtitle.
If the full file format differs from the input, you might not get the exact right results. In which case, post the full file somewhere and I can have another look. To share the full file, you could:
a. Upload it here, in a ZIP file
b. Paste it into PasteBin.com and share the link
c. Paste it into the TEST STRING box of the RegEx parser I linked above, then click Update Regex in the top left, and share the resulting link.