Thanks Tom!
I hacked around some more with this stuff, and it turns out that
".*?--+\n" works. Some of the "----" strings were preceded by spaces, so
this seems to be a better, uh, match.
And, yes, your reply does help.
Oh...the text is being sucked in over HTTP directly from an Apache
server, so the \n seems to be appropriate.
Tricky things, these regexes!
--Brent
> Hi Brent,
>
[quoted text clipped - 36 lines]
> Cheers,
> Tom Pester
Bruce Barker - 23 Jul 2005 01:27 GMT
actually http 1.1 switched to "\r\n", so the apache server should serve the
html the samer way.
-- bruce (sqlwork.com)
> Thanks Tom!
>
[quoted text clipped - 51 lines]
>> Cheers,
>> Tom Pester