--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote: > > > > > Okay, "extra" is option. Compile time option, yeah? Short version? x, X > > taken, e seems free. > > extra means something else in PCRE options.
Yeah, worked that out by this morning. Docs amusingly say "extra features (not much use currently)" > pcretest is using capital K > > how about: mark and K Sure > > > > Compile time option, yeah? > > > > It's a special plugin option, not compile or exec. I guess you could think of > it as an exec option. Definitely not compile option. That's another reason > you would not want to try to drive it off the contents of pattern (the > pattern could be precompiled). Just permits retrieving another piece of info > if available after an exec. Okay, a (pseudo) exec option. > > Okay "ucp"? Short version? > no short version. okay While pouring over pcre.h and docs I find PCRE_NO_START_OPTIMIZE Don't think I've covered that? Should I have?
