How can i extract specific urls from scrapebox blog lists

xtremebb

Newbie
Joined
Apr 25, 2011
Messages
5
Reaction score
2
Hello everyone,
i need little bit of help.I want to extract urls ending in/or containing .edu /.gov from some blog lists,so my question is how can i filter the urls,that have .edu or .gov .What program do you use and what is the best and fastest way to do so?
Thanks!
 
excel?

FIND(".edu",A1) then sort the numbers, the errors do not contain .edu domain.

Do th esame with .gov
 
PFF..thanks!Didn't think of that..
 
Back
Top