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

[REBOL] newbie question

From: Greg::Brondo::allegiancetelecom::com at: 26-Feb-2004 12:29

Trying to wrap my mind around Rebol and now specifically the parse function. What I want to do is parse some data out of a webpage table so there is multiple rows. I'm trying to figure out how to do this in Rebol like I would in say Perl, Ruby, PHP, Python (with a global capturing regex). In perl it would look like: while( /<blah>(.*?)</blah>/g ) { print $1; } Any ideas? Greg B.