--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:

> > Concerning the offsets option, I think it would be handy at times to be 
> > able to request the vector be populated with both the starting and ending 
> > offset, similar to what PCRE provides. Currently we have the option 
> > "offsets", but it populates only one element in hVec (starting offset) - 
> > which by itself is useless without the ending offset or the length of the 
> > string. What would you think of adding a new option, such as 
> > "both_offsets"? 

OTOH "both_offsets" could be combined with "offsets", which is kinda confusing 
(being redundant).  Could have 

  "offsets" and "lengths" 

  "starting offsets" and "endings offsets" 

  "startings" and "endings" (and maybe "offsets" aka "startings", for
  compatability with all those thousand of scripts out there...)

or "both_offsets" and "offsets"...as you wish

Reply via email to