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.
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to