View Single Post
Old May 5th, 2005, 3:37 PM   #7
spydoor
Programmer
 
Join Date: Feb 2005
Posts: 64
Rep Power: 4 spydoor is on a distinguished road
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.
spydoor is offline   Reply With Quote