https://bugs.documentfoundation.org/show_bug.cgi?id=78840
--- Comment #14 from Mike Kaganski <[email protected]> ---
By the way, this behaviour makes regex with (?-i) work wrong:
> A1 q
> A2 Q
> A3 =COUNTIF(A1:A2; "(?-i)q")
gives 2
> A1 q
> A2 Q
> A3 =COUNTIF(A1:A2; "(?-i)Q")
gives 0
because contents of both cells made lowercase "q" before being passed to regex
engine to test against regex which is explicitly set case-sensitive.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs