--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> --- In [email protected], "silvermoonwoman2001" <sherip99@> wrote:
> 
> > PCRE 8.0 is currently in development. No test versions yet.
> > 
> > There will be a new exec option, PCRE_PARTIAL_HARD, and the old option 
> > PCRE_PARTIAL will now also be called PCRE_PARTIAL_SOFT.
> > 
> > #define PCRE_PARTIAL_SOFT       0x00008000
> > #define PCRE_PARTIAL            0x00008000  /* Backwards compatible synonym 
> > */
> > #define PCRE_PARTIAL_HARD       0x08000000
> > 
> > FWIW, there was another exec option previously implemented:
> > #define PCRE_NO_START_OPTIMIZE  0x04000000
> 
> Let me know when PCRE 8.0 is out.  In meantime might as well add
> option keywords "partial_soft", "partial_hard"

It is out. Another option was added:

#define PCRE_NOTEMPTY_ATSTART 0x10000000

suggested plugin option keyword: notempty_atstart

Use of this option is intended primarily for use during the accumulating 
multiple matches. Take a look at the introduction in the new regex.chm file. 
(IOW, a modification to processing used for multiple matches is recommended).

You previously added pcre_soft and pcre_hard and capital H (for pcre_hard).

I tried using capital H in an option cluster with regex 2.08, e.g., "/Hi" and 
it didn't work. Otherwise the additions made to the regex plugin in 
anticipation of pcre 8 seem ok.

Regards,
Sheri

Reply via email to