You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Mark Taylor <mt...@gmail.com> on 2015/12/04 02:52:26 UTC

mod_lua r:regex pattern strings

Hi all,

I spent some time trying to figure out why 'something/(\w+)' wasn't
matching my uri, but [[something/(\w+)]] does.  This, \w is not one of the
listed valid escape characters, but does in fact seem to be escaped to
something.  Does anyone have an explanation for this behavior? Is it simply
a Lua feature?

Thanks!
Mark