https://bugs.documentfoundation.org/show_bug.cgi?id=78840

--- Comment #12 from Mike Kaganski <[email protected]> ---
(In reply to Eike Rathke from comment #10)
> However, that should be done in a consistent manner for all functions
> that obey the regular expression setting.

... except possibly those that explicitly say about case-(in)sensitive
behaviour in standard, like MATCH?

I didn't look into the code, but isn't there a way to set a *default* in the
regex engine (case sensitive/insensitive)? so that if regex is enabled, we
don't use any preprocessing of the string (transliteration) for insensitivity,
but instead set regex engine to "insensitive by default" mode, and rely on the
engine obey (?i) normally?

-- 
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

Reply via email to