Richard-

Saturday, November 26, 2005, 1:56:10 PM, you wrote:

> This morning was the last of 16 installments of the Scripting 
> Conferences organized by Jacque Gay with the help of RunRev and more
> than a dozen scripting experts (and one slacker who did the session on
> the Message Hierarchy <g>).

...and my thanks to Alex Tweedly for cluing me in to the joys of
messageChunk(). I've been seriously neglecting that function.

I want to point out, though, now that I've been fiddling with it, that
the use of the (?.) function in regex is a *necessity* for parsing
text this way. It isn't listed in the documentation for the regex
commands, but it's what gets you past the linefeeds.

if messageChunk(someText, "(?.)<BODY>(.+)</BODY>", tStart, tEnd) then
  -- do something with the text here
end if

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to