bos/eos and start/end parameters Duy Nguyen (21 Jul 2019 13:44 UTC)
Re: bos/eos and start/end parameters John Cowan (21 Jul 2019 19:09 UTC)

bos/eos and start/end parameters Duy Nguyen 21 Jul 2019 13:44 UTC

I have problem understanding bos/eos

> Matches at the beginning/end of string without consuming any characters (a zero-width assertion).

OK So far so good.

> If the search was initiated with start/end parameters, these are considered the end points, rather than the full string.

What are "these", bos/eos or start/end parameters? If "these" are
bos/eos what does "considered the end points" really mean? bos/eos
match start/end parameters respectively?

Or does it mean start/end parameters are irrelevant and bos/eos still
match the true beginning/end of the string?
--
Duy