ECMA262Regex compiled regexes cannot be made case insensitive due to escapes
[email protected] (Francis Grizzly Smit) Mon, 13 Feb 2023 07:45:13 +1100
| Newsgroups | perl.perl6.compiler |
|---|---|
| Message-ID | <[email protected]> |
--------------245K3wPoP2BkroNNT51ir5Oi
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
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 are many things that I love....
/V\ but God Comes way above all else❣❣❣❣
/( )\ Francis (Grizzly) Smit
^^-^^http://www.smit.id.au/
--------------245K3wPoP2BkroNNT51ir5Oi
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi to the guys from ECMA262Regex <br>
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'` ????<br>
<br>
-- <br>
</p>
<pre> .~. There are many things that I love....
/V\ but God Comes way above all else❣❣❣❣
/( )\ Francis (Grizzly) Smit
^^-^^ <a class="moz-txt-link-freetext" href="http://www.smit.id.au/">http://www.smit.id.au/</a>
</pre>
</body>
</html>
--------------245K3wPoP2BkroNNT51ir5Oi--