my keeper on operators

2020-01-19 Thread Tony Ewell via perl6-users
Hi All, Since several of you help me on this, this is my keeper on the definition of operators. Marcel helped a lot. He did an extraordinary job of explaining things. He is cited in the keeper, so I am not plagiarizing him. :-) -T Raku /Perl 6: https://docs.raku.org/language/functions#De

Need help with a regex

2019-05-07 Thread Tony Ewell via perl6-users
Hi All, What am I doing wrong here? $ p6 'my $x="\$1.23"; $x~~s/("\$") (.*?)/$1USD/; say $x;' USD1.23 I am expecting to seeĀ  `1.23USD` Many thanks, -T