Home   Archive   Permalink



Parsing help

I have an html text
I want to comment out some tags (eg. ... )
    
How do I insert a comment tag "" the tag that I want to comment out ?
    
    
Thanks!


posted by:   lm     27-Mar-2022/12:41:51-7:00



The simplest solution would be to use REPLACE twice.

posted by:   Kaj     27-Mar-2022/14:53:26-7:00



replace/all html_text "" "
    
for more info see
skill level 1 - http://www.rebol.com/docs/words/wreplace.html
skill level 2 - in console type "? replace" and hit Enter
skill level 3 - in console type " "source replace" and hit Enter :)

posted by:   Sergey_Vl     27-Mar-2022/22:15:34-7:00



Name:


Message:


Type the reverse of this captcha text: "! e r u s o l c"



Home