[Libreoffice-bugs] [Bug 78840] Add the regular expression (?ismwx-ismwx: ... ) Flag settings. Evaluate parenthesized expression with specifics flags enabled or -disabled. To have a case sensitive mode in functions using regular expressions.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Dec 21 07:03:14 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=78840
--- Comment #12 from Mike Kaganski <mikekaganski at hotmail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191221/1c8d4f05/attachment.htm>
More information about the Libreoffice-bugs
mailing list