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

[REBOL] Re: using parse to extract indexed string

From: gchiu:compkarori at: 14-Nov-2000 11:22

On Mon, 13 Nov 2000 14:16:36 -0600 "Ryan C. Christiansen" <[RChristiansen--pop--isdfa--sei-it--com]> wrote:
> Parsing problem: > > 1. I want to parse a string and verify a keyword exists. > > 2. I want to mark the keyword with an index value. > > 3. I want to return to the marked index value and parse > out index > value 'x to index value ('x + 100) > > How do I do this? I'm having trouble understanding the > use of index.
There's an example in the core.pdf in the parse section on indexing into a document. -- Graham Chiu