gpt4 book ai didi

regex - 如何用新行替换空格?在 Notepad++ 正则表达式中

转载 作者:行者123 更新时间:2023-12-04 05:47:11 24 4
gpt4 key购买 nike

例如,我有一个这种格式的数据列表

单词1 单词2 单词3

字4字5

字6 字7 字8 字9

但我想将它全部拆分,以便每个单词都在新行中,所以它会变成:

单词1

字2

词3

字4

单词5

词6

字7

字8

字9

单词之间的空格是完美的分隔符,可用于搜索和替换,但不确定notepad++正则表达式搜索中的代码是什么?

谢谢

最佳答案

进入\s+Find what字段和 \n (更改为 \n\n 两个新行)在 Replace With字段后跟 Replace All变换:

word1 word2 word3

word4 word5

word6 word7 word8 word9

到:
word1
word2
word3
word4
word5
word6
word7
word8
word9

关于regex - 如何用新行替换空格?在 Notepad++ 正则表达式中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36782085/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com