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

[REBOL] Re: functional replace function?

From: bry:itnisk at: 1-Nov-2002 13:02

Gabriele Santilli wrote:
> replace-many: func [ > string > block > ] [ > foreach [src rep] block [ > replace/all string src rep > ] > string > ]
Thanks, that was very helpful, also in showing how to think about these kinds of problems in Rebol.