在Visual Studio中, 可以用正则表达删掉所有的空行
下面是具体操作步骤:
- Enter: Ctrl+H
- Find what: ^:b*$/n
- Replace with: [Empty]
- Look in: Current Document
- Find Option: Use Regular Expressions
- Click: Replace All
这种方法只能对整个文件进行操作, 而不能选中某些行进行操作.
本文共 284 字,大约阅读时间需要 1 分钟。
在Visual Studio中, 可以用正则表达删掉所有的空行
下面是具体操作步骤:
这种方法只能对整个文件进行操作, 而不能选中某些行进行操作.
转载于:https://www.cnblogs.com/yefengmeander/archive/2011/06/17/2887727.html