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 <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to