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

[REBOL] Re: A question about a regular expression

From: gabriele:colellachiara at: 17-Oct-2004 12:51

Hi Lethalman, On Sunday, October 17, 2004, 12:05:50 PM, you wrote: L> Mmmm however there's a problem... L> If the user wants to get the string between "<td>Test: " and "</td>" L> It won't work... Basically you need to find the text between two known strings? start-string: "<td>Test: " end-string: "</td>" parse/all text [thru start-string copy wanted-string to end-string] print wanted-string Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/