[REBOL] Re: little parsing difficulty
From: cybarite::sympatico::ca at: 28-Oct-2001 20:13
Hi Anton,
Just a guess but the marker p: that you added is the start of the string but you also
want
to add an end string marker.
>From the REBOL manual on parser circa 1999
is this example to parse for the title part by using two markers
begin: and ending: then copying between the markers.
parse page [thru <title> begin: to </title> ending:]
copy/part begin ending
I didn't try this but I think it will not bring you success.
10/28/01 7:21:41 PM, "Anton Rolls" <[arolls--idatam--com--au]> wrote: