[REBOL] Re: Newbie Q: Search and delete from a Block
From: rotenca:telvia:it at: 9-Oct-2002 2:05
Hi,> I would do it like that : > > word-split: func [text [string!] value [string!] /local fst snd][ > parse text [to value s: (fst: copy/part txt s) value s: (snd: copy > s)] > reduce [fst snd] > ]and i: word-split: func [s w][parse/all replace s w #{00} "^(0)"] 0 not in string :-( --- Ciao Romano