# New Ticket Created by  Zoffix Znet 
# Please include the string:  [perl #128642]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128642 >


Unsure if this is intentional and documentation should clarify the extent of 
case-insensitivity in regexes, but I expected this regex match to give True:

<Zoffix> m: say 'SS' ~~ m:i/ß/
<camelia> rakudo-moar 980f49: OUTPUT«False␤»
<Zoffix> m: say 'ß' ~~ m:i/SS/
<camelia> rakudo-moar 980f49: OUTPUT«False␤»

As SS is the uppercase version of ß:
<Zoffix> m: say 'SS'.fc ~~ 'ß'.fc
<camelia> rakudo-moar 980f49: OUTPUT«True␤»



-- 
Cheers,
ZZ | https://twitter.com/zoffix

Reply via email to