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

[REBOL] Re: REGULAR EXPRESSIONS

From: sterling:rebol at: 30-Mar-2001 12:10

The really quick answer is "Use PARSE." What docs/examples/demos have you looked at regarding parse? What kind of an answer to this question are you looking for? Parsing strings is the REBOL awy of doing regular expressions but PARSE can also parse blocks which is your path to dialecting. Dialecting is, frankly, the way of the future. Why not use the terminology of your work context to do your work? Sterling