--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote: > I think if a user vector handle is provided, something should now go into it > even if there is no "offsets" option. Ditto if a variable name is provided.
Uh..so what goes into variable if present? First element in vector returned by pcre_exec? > Normally our regex.pcrematch returns the startoffset of a match. But for > partial matches, it returns -2. I don't think that should change (although > there is also regex_status for partial match). > > They'll never be more than two numbers in that vector, yeah? > I believe that is true. I think you need to run exec with a string that fully > contains a match in order to get offsets for any substrings. I believe you. Okay, that looks like an easy change. I'll do it when back at my compiler next week.
