有没有简单的方法可以删除 Notepad++ 中的换行符?
例如:
This text has been splitted
in lines, and it's longer than
3200 words, so it would be great
to find and replace line breaks
like these.
答案1
- 突出显示要合并的行(或使用Ctrl+A选择所有内容)
- 选择编辑 → 线操作 → 连接线从菜单中或按Ctrl+ J。
必要时会自动添加空格,以防止单词粘在一起
答案2
CTRL+H
在Search Mode
挑选Extended
查找 -\r\n
替换 - 留空。
答案3
对于我来说,使用 Win 7,我必须使用
\r
在框中Find
并输入,使得当前行的最后一个单词和下一行的第一个单词之间有一个空格。<space>
Replace