This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add interpolations to regex sets
authorKarl Williamson <public@khwilliamson.com>
Sun, 3 Feb 2013 16:29:32 +0000 (09:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 4 Feb 2013 04:41:28 +0000 (21:41 -0700)
commitb5864679105af6175b09ab741bac713df8abf7fd
tree81b7155e4e878a8ec7ede8862dd5def68dc41a9f
parentf4f5fe57a6038d0f7d0c320bc9204a232dbd874f
Add interpolations to regex sets

This commit adds the capability for '(?[ ])' to contain interpolated
variables from other '(?[ ])' constructs.  A set operation can thus be
built up from the composition of other ones, without having to worry
about precedence, etc.

Thanks to Aaron Crane for suggesting this.
embed.fnc
embed.h
pod/perldelta.pod
pod/perlre.pod
proto.h
regcomp.c
t/porting/diag.t
t/re/reg_mesg.t
t/re/regex_sets.t