Notepad++ add information with a link in the middle
Possible/partial solution:
- Find what:
(https.+$\R)(?=https|^$)
- Replace with:
$1Testing Here\r\n
- Search mode: Regular expression
Caveat: You need to enter one, two, three, etc by yourself.
Possible/partial solution:
(https.+$\R)(?=https|^$)
$1Testing Here\r\n
Caveat: You need to enter one, two, three, etc by yourself.