Hyrum K Wright wrote on Wed, Oct 17, 2012 at 13:46:34 -0400: > On Wed, Oct 17, 2012 at 1:22 PM, Daniel Shahaf <d...@daniel.shahaf.name> > wrote: > > Hyrum K Wright wrote on Wed, Oct 17, 2012 at 12:20:20 -0400: > >> These come at the expenses of a couple of less-used regex features, > > > > PLease be objective/specific: it doesn't support backreferences and > > zero-width lookarounds. > > Correct (sorry for the hand waving). I envision our use cases being > more pattern matching-like, and not search-and-replace. >
Agreed, but how is that relevant? Does that library not support some feature tha is useful for search-and-replace? I think it does support capturing groups... > -Hyrum