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

[REBOL] Re: Removing Tags

From: moliad::gmail::com at: 23-Aug-2007 2:20

this is a simple one-liner: a: "<p>something here</p> <BR> and here" to-string remove-each i load/markup a [tag? i] == something here and here -MAx On 8/22/07, Anton Rolls <anton-wilddsl.net.au> wrote: