我有一个文本文件,里面有随机的段落。
现在的样子:
The quick brown fox jumps
over the lazy dog. The quick
brown fox jumps over the lazy dog. The brown fox jumps over the lazy
dog.
我希望它看起来像:
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
我可以使用" ^ $ ^ p"找到这些随机休息。在查找和替换工具中。 (任何字母+段落标记)
但是我不知道如何在大规模上解决这个问题(它是一个非常大的文件)。我对宏知之甚少,但如果有人能给我一些示例代码或如何继续的想法,我或许可以弄明白。
感谢您的帮助!