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

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: Pcre-dev
Nuovi argomenti: Re: [pcre-dev] several messages
Oggetto: 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".