That's what I was looking for! So simple, I looked right over it:
substr(URL , 0, (instr(URL , '/', 1)-1))
Thanks for the inspiration! As a side note, this little application of these functions isn't anywhere on the internet! Somebody might want to pick this up & post it where it can be found again.....
Sorry - forgot to mention that the data feed I'm using this for strips out the 'http://' part of the URL. However, it's a simple fix even if they didn't:
Yes, that is what I said. But given that the data provider already strips the 'http://' portion of the URL, the first option that I came up with works.
However, if that wasn't the case, I could still get to that result through this piece:
Bookmarks