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. Also, I need to add different text to the end of each line. Each line ends differently.
What is the fastest way to add text to the start and end of each line?
Go to the line from where you want to select all the lines below, you can try using Ctrl+G and adding the line number if you know it, Press Home to get to the start of the line, Now press Shift + End, Keep holding Shift and press Page Down to select all lines below.
Follow these steps:
Regular expression
option near the bottom of the dialog.To add a word, such as test
, at the beginning of each line:
- Type
^
in theFind what
textbox- Type
test
in theReplace with
textbox- Place cursor in the first line of the file to ensure all lines are affected
- Click
Replace All
button
To add a word, such as test
, at the end of each line:
- Type
$
in theFind what
textbox- Type
test
in theReplace with
textbox- Place cursor in the first line of the file to ensure all lines are affected
- Click
Replace All
button
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With