如何使用正则表达式删除sublime文本中的新行

时间:2015-06-24 01:46:49

标签: regex sublimetext2

我有一个看起来像这样的text / csv文件:

enter image description here

我想删除所有空白的新行。我怎么能这样做? 我尝试使用匹配\ n的正则表达式,但是这会将所有行合并为一行。

3 个答案:

答案 0 :(得分:10)

ctrl + shift + f

enter image description here

并将“\ n \ n”替换为“\ n” enter image description here

答案 1 :(得分:7)

^[\s]*\n

你可以使用它,如果你再详细说明一下,我可以帮你找到更准确的正则表达式 有了它,你应该得到任何带有空白字符的行,

欢呼声

答案 2 :(得分:-1)

对于sublime替换[ctrl + alt + f]
使用正则表达式<nothing>
替换为where CreatedOn between cast(getdate()-30 as date) and cast(getdate()-1 as date)