On Sun, Feb 24, 2013 at 11:28 AM, Coughlin, Michael J <Michael.Coughlin@xxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx