Theres a few ways to do it, I could build a tool that would do it. But you could also easily accomplish this with excel:
Put the full url in column A
In column B use this forumla: =LEFT(A1,SEARCH("/",A1)-1)
This will only work if you dont have the http : //, if you have the http : // then use something like: =LEFT(A1,SEARCH("/",A1,10)-1)
Thanks but not worked![]()