--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > #define PCRE_NOTEMPTY_ATSTART 0x10000000 > > > suggested plugin option keyword: notempty_atstart > > Done. Added to compile options? Should it be there or exec?
Like PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART is an exec option only. I tried using "notempty_atstart" with the test version posted, and got a plugin error stating the option is incomprehensible. Did you use a different spelling or would the message get generated just because the option got wrongly identified as a compile option? Have you looked into incorporating use of PCRE_NOTEMPTY_ATSTART during processing of multiple matches yet? See the Introduction in the updated regex.chm help file and its link into the updated pcre.chm file. > I think I fixed H. Yes, it now works in an option cluster. Personally I think we shouldn't make any more single letter option variations. Regards, Sheri
