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

[REBOL] Re: parse consumption

From: rotenca:telvia:it at: 9-Sep-2002 20:05

Hi Ladislav,
> parse "abc" [start: "abc" opt (remove/part start 3) :start to end] ; > true
very interesting! I tried also any, repeat, some and all work! parse x: "12345678" ["123" h: 3 (remove h)] x ;== "12378" --- Ciao Romano