Re: [pcre-dev] Some words about assertion docs

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] Some words about assertion docs
On 2019-07-13 11:22, ph10 wrote:

> I have done this work, and committed the patches. The new code supports
> both (*napla: and (*naplb:


It's great! Thanks a lot!

I was meat a (*napla necessity some time ago when try to construct a
pattern for this task:
I review a text of research article with "Bibliography" chapter at end of
it. It needed to check that every author name that present in bibliography
list is mentioned at least one time in main text of article.
And I can't do it with pure regex.
With (*napla this task can be easily solved.


> It is quite possible that I have missed one or more places in the code
> that need updating for the new opcodes. Please test this if you can.


Unfortunately PCRE2 svn version is not compiled for me with Microsoft
Visual Studio 2019 on Windows 7x64.
Another man pointed to this problem too some times ago:
https://lists.exim.org/lurker/message/20190625.210135.b787b9cc.en.html

Is there people that can help with this?