Text file tools or Scrapebox

ychris

Regular Member
Joined
Oct 12, 2015
Messages
264
Reaction score
82
Hello,

I have a text file that need to remove all the "http://", or any specific character/string, and add a prefix of "domain:" on each line (URL). I remember there is a website a folk shared before but I can't find it now. Anyone know?

Or anyone know how to do it in Scrapebox?

Thanks in advance. :30:

Regards
Chris
 
Try notepad++ or textpad.

In notepad ++ you can replace "http://" with "domain:" and it will do the replace you want it.

In textpad you can remove all "http://". Then just type "domain:" on the first line and drag it down to the last line and it will insert at the beginning of every line.
 
you cannot use the "replace" command on notepad?
 
Try notepad++ or textpad.

In notepad ++ you can replace "http://" with "domain:" and it will do the replace you want it.

I noticed we replied at the same time. But OP does not even need to install notepad++. Any text editor, word, wordpad, or even the simpliet notepad, has the replace command. Does he?
 
You are right. Stupid me.

Thanks everyone!
 
Back
Top