# [EMAIL PROTECTED] / 2006-11-10 14:08:22 +0100:
> Arpad Ray wrote:

> > ~
> >    %5[bd]      # the bracket
> >    (?=         # must be followed by
> >        [^&]*   # any characters except "&"
> >        =       # then a "="
> >    )
> > ~eix
> 
> thanks very much for the explanation!

    Note that it's still a valid PCRE, and you can use this commented
    version in place of the one Arpad posted earlier.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to