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.
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.
cc.gl a
to get lines and store in an array named a. cc.aal //$a
to append after each line, using the contents of array a.Example