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

[REBOL] Re: Removing Tags

From: anton:wilddsl:au at: 23-Aug-2007 1:30

Here's a simple start. We've had discussions like this on the email list many times, so it's worth searching to find those threads. str: "<a>something here</a>" parse/all str [ any [ to "<" tag-start: thru ">" tag-end: (remove/part tag-start tag-end) :tag-start ] ] Anton.