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

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

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

16条回答
  •  庸人自扰
    2020-12-08 05:10

    Notepad ++ : Search Mode = Regular expression

    Find what: (.*>)(.)

    Replace with: \2

提交回复
热议问题