On 18 Jan 2019, at 19:00, Dj <[email protected]> wrote: > 1092 > 00:40:25,710 --> 00:40:29,220 > the kid has<font color="#E5E5E5"> no idea what you mean</font>
Matching the lines starting with a number is trivial. Find: ^\d.*\r Replace: <NUL> For the HTML you need to remove everything from a < to a >, inclusive Find: <[^>]+> Replace: <NULL> BUT, BBEdit has a builtin command that will probably work. Text menu > Appy text Filter > html2text However, this appears to strip all the line endings, so I would not use it in this case, or I’d edit the text factory. -- It was a fifty-four with a mashed up door and a cheesy little amp with a sign on the front said "Fender Champ" and a second-hand guitar it was a Stratocaster with a whammy bar -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
