https://bugs.documentfoundation.org/show_bug.cgi?id=173604
--- Comment #6 from V Stuart Foote <[email protected]> --- (In reply to V Stuart Foote from comment #4) > > But against Calc's 'Value' text (not Formula or comment) of a Calc cell, > selecting 'Regular expressions' is supposed to pass the find string. So, > IIUC entering the find string "ja(?i)" (no quotes) in the Find field should > find it in the B3 cell. Or "ao(?i)" should match in the B5, and B8 cell. But > not sure if it is only with a REGEX= or MATCH= function wizard call, or with > the defaults for the Find field with 'Regular expressions' checked enabled. > Was such search against Calc 'Value' ever functional? Still not working but seems the syntax for the (?i) mode modifier expression should be prepended, not appended for regex searches. In the Writer for find & replace IIUC since the strings are first transliterated by ICU lib to fold case & and diacritics into its "base letter" and then is matched. Also when regex is used for Writer text runs. But seems there is no transform of text strings from 'Values' when handled in Calc? And the (?l), "Locale-dependent matching" in-line modifier (from Python regex now deprecated) was not implemented in ICU Libs. -- You are receiving this mail because: You are the assignee for the bug.
