Kudos to Jacque for the Script Conferences

Mark Wieder mwieder at ahsoftware.net
Sat Nov 26 21:04:51 EST 2005


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
 mwieder at ahsoftware.net




More information about the use-livecode mailing list