On Thu, Jul 25, 2013 at 03:03:57PM -0500, /dev/rob0 wrote: > > Doesn't this require ()? > > /(.+)/ redirect $1
Yes, it does. > > or are the () implied if there's only one match group > > So no, apparently you are right. Or this might vary with different > PCRE implementations? No, this behaviour should be the same for all versions of PCRE. -- Viktor.