[REBOL] Parsing hostnames Re:
From: mike:yaunish:home at: 16-Oct-2000 9:13
At 01:33 PM 14/10/00 -0500, you wrote: Try this:>> hoststring: "rebol.dyndns.org"== "rebol.dyndns.org">> first parse hoststring "."== "rebol">> >How do you parse a hostname only to return the first portion. For example: > > hoststring: rebol.dyndns.org > >I would only want to return the portion up to the first "." which would be >"rebol" in this case. > >Paul TretterMike Yaunish [mike--yaunish--home--com]