Re: ECMA262Regex compiled regexes cannot be made case insensitive due to escapes

2023-02-12 Thread Will Coleda
Note: this list isn't the best place to reach the core developers, that's IRC (https://raku.org/community/) I don't have enough context to answer your question - do you have a snippet of Raku code that is problematic? On Sun, Feb 12, 2023 at 3:45 PM Francis Grizzly Smit wrote: > > Hi to the guys

ECMA262Regex compiled regexes cannot be made case insensitive due to escapes

2023-02-12 Thread Francis Grizzly Smit
Hi to the guys from ECMA262Regex   I have looked at putting options on the results of `ECMA262Regex.as-perl6($str)` but due to the fact you translate character consts to `\code` escapes :ignorecase does not work, is there any reason you don't translate to `'char'`   -- .~. There