Hi
I have a long list of URLs that I need to split. I know that I can do this and separate the domain, but what I actually want to do is to split the first two levels of the URL from the remainder, apols if I am not using the right terminology. So for example:-

full URL http://share.mycompany.com/path-name.../date/document name.ext

split into:-

First two levels http://share.mycompany.com/path-name
and
remainder /workspace/date/document name.ext or workspace/date/document name.ext

Is that possible?

Any help would be gratefully received, thanks in advance.