On Wed, Oct 13, 2010 at 7:20 AM, Nick Gearls <[email protected]> wrote: > Hello, > > I'd like to extend the patch to allow also format string into the regex > part, but 'parse_format_string' looks a bit hard-coded to the value part. > How could I use to parse the regex?
I assume the regex is compiled at startup, which would make that difficult to do with per-request data.
