https://bugs.documentfoundation.org/show_bug.cgi?id=166204
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mike Kaganski <[email protected]> --- As the function's help [1] explains: > The search supports wildcards or regular expressions The wildcards are enabled by default [2]. Tilde "~" is a metacharacter in wildcards [3], used for escaping other metacharacters. Hence, unless escaped itself, it doesn't match a tilde in the source text. This is not a bug. [1] https://help.libreoffice.org/25.2/en-US/text/scalc/01/04060109.html?DbPAR=CALC#bm_id3153152 [2] https://wiki.documentfoundation.org/ReleaseNotes/5.3#Option_settings [3] https://help.libreoffice.org/25.2/en-US/text/scalc/guide/wildcards.html?DbPAR=CALC -- You are receiving this mail because: You are the assignee for the bug.
