Fri May 16 20:02:24 2014rkleemann [...] gmail.com - Ticket created
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>:...)