|
the (.+): would not have eaten up the colon or anything after it unless there was a another colon later in the string. In this case it would match upto the final : in the string.
so you're right the ? should be there, but the reason was a little off.
Last edited by spydoor; May 5th, 2005 at 3:39 PM.
|