How to bulk edit urls?

belgianguy

Registered Member
Joined
Oct 7, 2010
Messages
89
Reaction score
16
I'm looking for a tool that lets me bulk edit urls. I have about a list of thousand urls that look like this:
http://
www.arandomwebsite . com/a-page&refurl=http://www.anotherurl.com

What is the easiest way to strip the &refurl=http://www.anotherurl.com from the url? Is there a tool that can do this?

Thanks in advance!


 
You could use excel with the split data function, put & where it asks the character to split by.
 
paste all to notepad++
control F
find &refur
replace with tab character
replace all
control A to select all
open excel, paste

Now you should have 2 columns. column A is what you want. column B is all the garbage.
 
Back
Top