Using regular expressions to do mass replace in Notepad++ and Vim

前端 未结 16 1602
迷失自我
迷失自我 2020-12-08 04:25

So I\'ve got a big text file which looks like the following:

16条回答
  •  萌比男神i
    2020-12-08 05:20

    In Notepad++ you don't need to use Regular Expressions for this.

    Hold down alt to allow you to select a rectangle of text across multiple rows at once. Select the chunk you want to be rid of, and press delete.

提交回复
热议问题