[REBOL] Re: url domain
From: patrick:philipot:laposte at: 7-Oct-2003 10:07
Thanks Anton finally I will use 'parse to get the domain URL.>> u: http://www.rebol.net/cookbook/index.html >> parse u [thru "http://" to "/" stop: to end (print copy/part u (index?stop) - 1 )] http://www.rebol.net == true I thought I read somewhere of some undocumented properties for URL (like /user and /host for email). Regards Patrick