Skip Menu |

This queue is for tickets about the Regexp-Common CPAN distribution.

Report information
The Basics
Id: 95720
Status: new
Priority: 0/
Queue: Regexp-Common

People
Owner: Nobody in particular
Requestors: rkleemann [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: (?k:...) should support named captures
Date: Fri, 16 May 2014 17:02:14 -0700
To: bug-Regexp-Common [...] rt.cpan.org
From: Bob Kleemann <rkleemann [...] gmail.com>
Wishlist item: Currently, named captures (?<name>...) are not supported by the (?k:...) syntax. Additions to the syntax should be made to allow for an expression, if -keep is specified, to be named. Perhaps something like (?k<name>:...)