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

[REBOL] Fast replace

From: kpeters::otaksoft::com at: 7-Aug-2008 19:46

Hi ~ given a series like [ "joe" 155 a-word [ another-word 122 22 "word" "-" [ more-words 122 "' ] ] ] what is a *fast* way to replace all occurrences of "-" with another string? Note that the nesting levels and series composition may vary. Thanks for all suggestions Kai