Number of variable lines in regex for subtitles in javascript

前端 未结 0 1912
庸人自扰
庸人自扰 2020-12-07 02:35

I use regex to create an array of subtitles at any time that includes [number, start, end, text]

/(\\d+)\\n([\\d:,]+)\\s+-{2}\\>\\s+([\\d:,]+)\\n([\\s\\S]*         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题