Remove empty lines in text using Visual Studio

后端 未结 11 1351
借酒劲吻你
借酒劲吻你 2020-12-12 08:36

How to remove empty lines in Visual Studio?

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 08:50

    To remove double lines: ^:b*\n:b*\n replace with: \n

    Source: http://geekswithblogs.net/mnf/archive/2008/03/04/remove-empty-lines-in--text-using-visual-studio.aspx

提交回复
热议问题