On 05/01/2018 01:46 PM, Jonathan Scott Duff wrote:
perl6 -e 'my $x="abcabca.*"; $x ~~ s/"a.*"$/xyz/; say $x;'
There is no ".*" in the string ($x="abcabca.*")
On 05/01/2018 01:46 PM, Jonathan Scott Duff wrote:
perl6 -e 'my $x="abcabca.*"; $x ~~ s/"a.*"$/xyz/; say $x;'
There is no ".*" in the string ($x="abcabca.*")