On Fri, Aug 18, 2000 at 03:15:54PM -0700, Steve Fink wrote: > There would still be a use of a /f like flag, though -- treat all (...) > like (?:...). That would make the regex more likely to be DFA-able, and > is often what I want but I don't want to clutter up my regex with those > nasty ?:'s everywhere. How about a modifier that makes (...) behave like (?:...) and some other syntax where you have to specifically ask it to create a backreference e.g. (?+...). Andrew
- Re: Extended Regexs Steve Fink
- Re: Extended Regexs Mathieu Arnold
- Re: Extended Regexs James Mastros
- Re: Extended Regexs skud
- Re: Extended Regexs Damian Conway
- Re: Extended Regexs Nathan Torkington
- Re: Extended Regexs Chaim Frenkel
- Re: Extended Regexs Tom Christiansen
- Re: Extended Regexs Richard Proctor
- Re: Extended Regexs Damian Conway
- Andrew Wilson