On Friday, August 19, 2016 at 10:09:19 PM UTC+8, Steve D'Aprano wrote:
> On Fri, 19 Aug 2016 09:14 pm, iMath wrote:
>
> >
> > for
> > regex.search(string[, pos[, endpos]])
> > The optional parameter endpos is the index into the string beyond which
> > the RE engine will not go, while this lead me
On Fri, 19 Aug 2016 09:21 pm, Jon Ribbens wrote:
> On 2016-08-19, iMath wrote:
>> for
>> regex.search(string[, pos[, endpos]])
>> The optional parameter endpos is the index into the string beyond
>> which the RE engine will not go, while this lead me to believe the
>> RE engine will still search
On Fri, 19 Aug 2016 09:14 pm, iMath wrote:
>
> for
> regex.search(string[, pos[, endpos]])
> The optional parameter endpos is the index into the string beyond which
> the RE engine will not go, while this lead me to believe the RE engine
> will still search on till the endpos position even after
On 2016-08-19, iMath wrote:
> for
> regex.search(string[, pos[, endpos]])
> The optional parameter endpos is the index into the string beyond
> which the RE engine will not go, while this lead me to believe the
> RE engine will still search on till the endpos position even after
> it returned the