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

[REBOL] Re: Strip tags

From: nitsch-lists:netcologne at: 4-Nov-2001 15:40

RE: [REBOL] Strip tags [hijim--pronet--net] wrote:
> Strip tags > > Is there a simple way to strip all html tags from a text file? > > I tried replace/all my-area/text ["<" thru ">"] "" > > No error, but no action either. > > Thanks, > Jim >
rejoin replace/all load/markup http://www.rebol.com tag! "" ;seems to work -Volker