Re: [PHP] Regular Expression - highlighting

2004-10-07 Thread Aidan Lister
Hi Michael, Thanks very much for the assistance, I'll have to investigate further! Kind Regards, Aidan Lister "Michael Sims" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Aidan Lister wrote: >> Hello list, >> >> I'm pretty terrible with regular expressions, I was wondering if >

RE: [PHP] Regular Expression - highlighting

2004-10-03 Thread Michael Sims
Aidan Lister wrote: > Hello list, > > I'm pretty terrible with regular expressions, I was wondering if > someone would be able to help me with this > http://paste.phpfi.com/31964 > > The problem is detailed in the above link. Basically I need to match > the contents of any HTML tag, except a link.

[PHP] Regular Expression - highlighting

2004-10-02 Thread Aidan Lister
Hello list, I'm pretty terrible with regular expressions, I was wondering if someone would be able to help me with this http://paste.phpfi.com/31964 The problem is detailed in the above link. Basically I need to match the contents of any HTML tag, except a link. I'm pretty sure a lookbehind set