On Sun, Feb 24, 2013 at 11:28 AM, Coughlin, Michael J
<[email protected]> wrote:
> Yes agree which is why I ask if it IS in the URL, which it is, and there is
> 1 match, not zero, it works as if there is zero mathching, because it it
> being ingored, but should not be.  So I ask if the nature of the optional
> match is to just ignore it anyways even if it does match.  I hope I am
> explaining correctly.

PCRE does whatever it takes to result in a match, which includes not
using up the /II when it would result in a non-match.

You need to express that extra requirement explicitly.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to