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

[REBOL] Re: Parsing question Re:(2)

From: rebol:svendx:dk at: 4-Oct-2000 18:08

Hello [hopeless--eircom--net], Here's a parse rule that does the trick: my-table-rule: [ 4 [thru "<table>" thru "</table>"] 1 [thru "<table>" copy my-text [thru "</table>" to "</table>"]] to end ] to end isn't strictly nessesary, but will make parse return true if the text was succesfully copied. Best regards Thomas Jensen On 04-Oct-00, [hopeless--eircom--net] wrote: