Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: parse, again...

From: hallvard:ystad:helpinhand at: 1-Nov-2001 19:27

[nitsch-lists--netcologne--de] skrev (18.37 01.11.2001):
>RE: [REBOL] parse, again... >well, >>> parse "hello" [thru end] >== false >>> parse "hello" [to end] >== true > >;-) Volker
But try html-code: [ copy tag ["<" thru ">"] | copy txt [to "<" | to end] (print txt)] parse/all read http://www.rebol.com/ [to "<" some html-code] ...and see what you get... (Why?) ~H