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

[REBOL] Re: Parsing until the end

From: joel:neely:fedex at: 6-Jan-2003 9:18

Hi, Chaz, However, that solution prevents the characters #"X" or #"Y" from appearing individually in the data.
>> my-magic-split "XYthequickbrownFOXjumpsXYXYoverthelazydogXY"
== false
>From the original description, I would have expected
overthelazydog to be the "found" string following "XYXY" and preceding the final "XY". -jn- chaz wrote: