Re: [pcre-dev] Document SKIP position before or equal start_…

Pàgina inicial
Delete this message
Autor: ND
Data:  
A: Pcre-dev
Assumptes nous: Re: [pcre-dev] several messages
Assumpte: Re: [pcre-dev] Document SKIP position before or equal start_offset
On 2019-06-20 16:29, ph10 wrote:

>    I have updated the documentation.


Updated docs:
If (*SKIP) is used inside a lookbehind to specify a new starting point
that is
not later than the starting point of the current match, it is ignored, and
the
normal "bumpalong" occurs.

May be "it is ignored" replace with "this new starting point is ignored".
Because it can be understand as "SKIP is ignored".