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

[REBOL] Re: Parsing until the end

From: lmecir:mbox:vol:cz at: 6-Jan-2003 16:40

Hi, a different approach: string: "XYhelloXYpeopleXYXYhowXYareXYyouXY" parse/all string [thru "XYXY" s: 2 skip (e: skip tail s -2) :e "XY" (r: copy/part s e)] r Regards -L