Re: [pcre-dev] Max_lookbehind issues

2019-08-10 Thread ND via Pcre-dev
писал(а) в своём письме Sat, 10 Aug 2019 14:03:50 +0300: - bugs - performance issues - brings excessive work to user Now I report only about potential bugs. Unfortunately I believe we have reached the limit of what can be done to the existing PCRE2 design to support multi-segment matching

Re: [pcre-dev] pcre2test allusedtext issue

2019-08-10 Thread ph10
On Sat, 27 Jul 2019, ND via Pcre-dev wrote: > /b(? abc > 0: ab >< > > Why "a" showed as text that was consulted during a successful pattern match, > but "c" not? There was a bug. I have fixed it. Thanks for noticing. Philip -- Philip Hazel -- ## List details at

Re: [pcre-dev] Max_lookbehind issues

2019-08-10 Thread ph10
On Sat, 27 Jul 2019, ND via Pcre-dev wrote: > There are some kinds of problems that exist with max_lookbehind: It was always a hack to try to make is possible to do multi-segment matching using the normal matching function, something for which it was not designed. > - bugs > - performance