問題タブ [editpad]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
regex - 転写タイムスタンプの EditPad Regex 置換
YouTube ビデオから文字起こしテキストを取得し、それを解析して編集用のドキュメントにしようとしています。そこに配置されている HTML マークアップの大部分を削除することができました。ただし、既に単一の文字列に解析されているタイムスタンプとオフセットである以下のコードを削除したいと思います。
私はこれを試しましたが、正規表現が苦手です:
/^\d{2}\:\d{8}\"\>$/gm
Regex101 テスター ( https://regex101.com/r/a9wi2j/3/ ) では動作しますが、EditPad 置換では動作しません。
以下で終わるすべての行を削除する EditPad の正規表現はどれ">
ですか?