Removing all line breaks and adding them after certain text

后端 未结 5 838
耶瑟儿~
耶瑟儿~ 2021-01-30 03:10

I have text file in which I have to remove all line breaks, and later add new ones after each text . how could I do that using replace tool?

5条回答
  •  北荒
    北荒 (楼主)
    2021-01-30 03:32

    You can also go to Notepad++ and do the following steps:

    Edit->LineOperations-> Remove Empty Lines or Remove Empty Lines(Containing blank characters)

提交回复
热议问题