-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Description
Hello,
We're using PCRE2 10.43, and we found what looks to be a bug with unicode properties while using character case properties. When the pattern has the case-insensitive modifier, regardless of the character case being only upper-case, should also find lower case characters.
Text: a
Pattern: (?i:\p{Lu})
Result: No matches
Expected: a
There's also documentation in section 17 in the pcre2compat page hinting that this was the original behavior in Perl, but later Perl corrected this behavior.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels