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.