zeusdeux / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add support for Perl's named capture syntax: (?<name>re) #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to add this syntax for named captures? If so, that'd be a 
nice-thing-to-have :)

Original issue reported on code.google.com by mike.s.d...@gmail.com on 5 Jul 2011 at 1:36

GoogleCodeExporter commented 9 years ago
The Perl/Python/etc-compatible (?P<name>re) syntax is already supported.
I stopped at one possible syntax.

Original comment by rsc@google.com on 10 Jul 2011 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by rsc@golang.org on 10 Jan 2014 at 1:12