On Tue, Apr 14, 2015 at 08:58:29PM -0500, Patrick R. Michaud wrote:
> Just an idea: instead of building strings to be interpolated into
> a regex, could you just build regexes directly?
>
> my $pattern = rx/$=[hello]/;
> my $match = "hello" ~~ / /;
>
> The resulting string is captured i
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 5b1cef732282354655e670565f08e72851cf3dfb
https://github.com/perl6/specs/commit/5b1cef732282354655e670565f08e72851cf3dfb
Author: Jonathan Scott Duff
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 724a5030869186d8b2597f57e3ed854609ad5a7d
https://github.com/perl6/specs/commit/724a5030869186d8b2597f57e3ed854609ad5a7d
Author: Paul Cochrane
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M S04-