Remove empty lines in text using Visual Studio

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

How to remove empty lines in Visual Studio?

11条回答
  •  粉色の甜心
    2020-12-12 09:12

    In Visual Studio 2013 (Version 12.0.20623.01) i removed empty lines with this regular expression ^\r\n In the screen you can see the matched lines indicated by the brown squares.

    Visual Studio 2013 replace empty lines

提交回复
热议问题