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

Startseite
Nachricht löschen
Autor: ND
Datum:  
To: Pcre-dev
Neue Treads: Re: [pcre-dev] several messages
Betreff: 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".