# New Ticket Created by Zoffix Znet # Please include the string: [perl #128875] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128875 >
If :i and :m are used on the regex, it appears to match the first letter. The returned Match will contains the given string of length that matches the regex: m: say "All hell is breaking loose" ~~ m:i:m/"All is fine, I am sure of it"/ rakudo-moar fb4252: OUTPUT«「All hell is breaking loose」» m: say "Production Ready" ~~ m:i:m/"Pfft, Not Yet"/ rakudo-moar fb4252: OUTPUT«「Production Re」»