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

[REBOL] Re: Using parse to make intelligent substitutions.

From: tomc:darkwing:uoregon at: 28-Apr-2003 23:11

heres one base: {http://www.bla.com/blog.php?blog=} offset: 7 + lenght? base parse {blogblogblog this is blog 73 and this is blog to skip then blog 1 and done} [ any[thru " blog " mark: [ [copy blog integer! (insert :mark rejoin[{<a href="} base blog {">}] insert find skip :mark offset " " "</a>" )] |[skip] ] ] to end ] On Mon, 28 Apr 2003, Mat Bettinson wrote: