Notepad++ add to every line

后端 未结 13 1837
无人共我
无人共我 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 15:01

    To append different text to the end of each line, you can use the plugin ConyEdit to do this.
    With ConyEdit running in the background, follow these steps.

    1. use the command line cc.gl a to get lines and store in an array named a.
    2. use the command line cc.aal //$a to append after each line, using the contents of array a.

    Example

    0 讨论(0)
提交回复
热议问题