On Mon, Mar 28, 2016 at 11:30:32PM -0400, Cole Tierney wrote:

Hi there,

> Is it possible to have more than one named capture in a map regex?

In a map regex, yes.

In a "value" part of a map, no.

http://nginx.org/r/map says

The resulting value can be a string or another variable

> When I try the following in a map:
> ~^/(?<a>.)(?<b>.) $a$b;

You can use $a and $b outside the map; but where you have "$a$b", you
must instead have exactly one string or one variable.

        f
-- 
Francis Daly        fran...@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to