# New Ticket Created by Samantha McVey # Please include the string: [perl #132232] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132232 >
`is '_fi_' ~~ /:i fi /, "fi", "ignorecase with ligature needle matches only ligature needle";` Returns: 'fi_' instead of just 'fi'. This is because 'fi' expands to 'f' + 'i' under foldcase.