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

[REBOL] Re: Proper usage of "thru" in parse

From: Tom::Conlin::gmail::com at: 21-Jul-2006 1:23

for a non parse solution
>> foreach item load/markup text[if not tag? item[print item]]
item1 item2 item3 item4 Mark Chang wrote:
> I want to use parse to print item1,item2,item3 and item4 in the string text
below. How does one get "thru" to search either <normal> or <highlight> before copying item 1, item2, item3 and item4?