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 Tretter Mike Yaunish [EMAIL PROTECTED]
- [REBOL] Parsing hostnames ptretter
- [REBOL] Parsing hostnames Re:(2) mike . yaunish
- [REBOL] Parsing hostnames Re:(2) ptretter