Trimming the middle out of a string (1 Viewer)

kupe

Registered User.
Local time
Today, 14:26
Joined
Jan 16, 2003
Messages
462
Strings contain urls. Is there a simple way to trim a url out, please?

For example, " www.zzuk.co.uk/cardiff/Ely - 17k - Cached - More from this site - Save "

What I would like to be left with is simply "www.zzuk.co.uk/cardiff/Ely"
 

Ethereal

Warcraft III Player
Local time
Today, 09:26
Joined
Jan 17, 2006
Messages
99
Look into functions like Midstr(), Instr() and Left()
 

kupe

Registered User.
Local time
Today, 14:26
Joined
Jan 16, 2003
Messages
462
Cheers, Ethereal
 

Users who are viewing this thread

Top Bottom