Notepad++ add to every line

后端 未结 13 2006
无人共我
无人共我 2020-11-29 14:18

I\'m using Notepad++ and I can\'t figure this out :

I have numerous lines all starting with http. I need to add some text in front of it in every line.

13条回答
  •  心在旅途
    2020-11-29 14:56

    Here is my answer. To add ');' to the end of each line I do 'Find What: $' and 'Replace with: \);' you need to do escape;

提交回复
热议问题