How to break lines at a specific character in Notepad++?

前端 未结 6 1599
[愿得一人]
[愿得一人] 2021-01-29 20:44

I have a text file containing text like:

[\'22APR2012 23:10\', \'23APR2012 07:10\', 1, 3, 0], [\'22APR2012 23:10\', \'23APR2012 07:20\', 1, 3, 0], [\'22APR2012 2         


        
6条回答
  •  迷失自我
    2021-01-29 21:35

    I have no idea how it can work automatically, but you can copy "], " together with new line and then use replace function.

提交回复
热议问题