Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD6AD18AB0 for ; Fri, 4 Dec 2015 01:52:34 +0000 (UTC) Received: (qmail 93863 invoked by uid 500); 4 Dec 2015 01:52:34 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 93793 invoked by uid 500); 4 Dec 2015 01:52:34 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 93780 invoked by uid 99); 4 Dec 2015 01:52:34 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 01:52:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9AD60CC993 for ; Fri, 4 Dec 2015 01:52:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.505 X-Spam-Level: *** X-Spam-Status: No, score=3.505 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HK_RANDOM_ENVFROM=0.626, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id k6HxonnHeypM for ; Fri, 4 Dec 2015 01:52:33 +0000 (UTC) Received: from mail-ig0-f170.google.com (mail-ig0-f170.google.com [209.85.213.170]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id E353B42AD1 for ; Fri, 4 Dec 2015 01:52:32 +0000 (UTC) Received: by igl9 with SMTP id 9so23906142igl.0 for ; Thu, 03 Dec 2015 17:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X6FSJcjcF/9pdLgi9HLt1SrVGgDbVwNO0dtXw4QDe94=; b=tdPVRPotbejMA44gjKYhMselE6ZyyUIopeyFlKvhefMb3lOGDxCiOrdvx1X0EpzN3x sIUgraBjH8rt4nTmohR1j9TWXRdMJ48t5PDTnfpnqvVtcamM5Augps4Q5RlPAQloIXz5 OfMzx5a3PrcM/0y6giJ4O/eVJ7yNS7HGqlxm75eeumz+Rn2hD/tvJTROR9/BKm7jYP3L LH3AwKLxvUWiEOBZWTZxFi3ikw0yipSR3QuM8tqaQEOwX9RueREVvryQPH/zRCrHtmq2 vdXDbeRfcBosQjJS8WI3xUdapShCLHrnBTlsl+StLTV/EpFqBsJgxvVMvoMo4K+xyOeD Rd/w== MIME-Version: 1.0 X-Received: by 10.50.180.35 with SMTP id dl3mr1781656igc.18.1449193946542; Thu, 03 Dec 2015 17:52:26 -0800 (PST) Received: by 10.50.63.72 with HTTP; Thu, 3 Dec 2015 17:52:26 -0800 (PST) Date: Thu, 3 Dec 2015 19:52:26 -0600 Message-ID: Subject: mod_lua r:regex pattern strings From: Mark Taylor To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=001a1136ac5264fa06052608c2a3 --001a1136ac5264fa06052608c2a3 Content-Type: text/plain; charset=UTF-8 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 --001a1136ac5264fa06052608c2a3--