I have an html file with subtitles and their position on screen.
Here is a sample of the data:
<p begin="00:00:01.909" end="00:00:04.118" tts:origin="12.500% 84.667%">
<span><span>Housewives of Beverly Hills"...<style tts:backgroundColor="#000000FF" tts:fontSize="18px" tts:fontStyle="italic"/> </span>
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
<p begin="00:00:04.196" end="00:00:05.745" tts:origin="10.000% 84.667%">
<span>- My husband has an RV.
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
<p begin="00:00:05.822" end="00:00:07.413" tts:origin="10.000% 79.333%">
<span>I think we should do
<style tts:backgroundColor="#000000FF" tts:fontSize="18px"/></span>
</p>
I would like to find all values under "15.000%" in Notepad++ How can I do it?
Here you'll find the whole file content in case you need it to inspect.
` tags? Just the opening `
` tag? Perhaps just the subtitle text? Please, show us the way :-)
– Julio May 01 '19 at 18:55