REPL-specific issue with stored regex variable?

2021-02-04 Thread William Michels via perl6-users
Hello, I'm wondering if there's a REPL-specific issue with the following docs.raku.org code? The code can be found at: https://docs.raku.org/language/regexes#Regex_interpolation > my $string = 'Is this a regex or a string: 123\w+False$pattern1 ?'; Is this a regex or a string: 123\w+False$pattern

The SF Perl Raku Study Group, 02/07 1pm PDT

2021-02-04 Thread Joseph Brenner
Leo Tolstoy, "Anna Karenina": "After wavering for some time between various kinds of art-- religious, historical, genre or realistic-- he began to paint. He understood all the different kinds and was able to draw inspiration from all, but he could not imagine that it is possible to be q

Re: REPL-specific issue with stored regex variable?

2021-02-04 Thread ToddAndMargo via perl6-users
On 2/4/21 10:58 AM, William Michels via perl6-users wrote: Hello, I'm wondering if there's a REPL-specific issue with the following docs.raku.org code? The code can be found at: https://docs.raku.org/language/regexes#Regex_interpolation