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

前端 未结 6 1598
[愿得一人]
[愿得一人] 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

    Try this way. It got worked for me

    1. Open Notepad++ then copy your content
    2. Press ctrl + h
    3. Find what is should be ,(comma) or any character that you want to replace
    4. Replace with should be \n
    5. Select Search Mode -> Extended (\n, \r, \t, \0)
    6. Then Click on Replace All

提交回复
热议问题