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

V Stuart Foote <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
            Summary|HELP: WILDCARDS term is     |Documentation: Regular
                   |used like REGEX             |Expressions are no longer
                   |                            |Wildcards
     Ever confirmed|0                           |1

--- Comment #1 from V Stuart Foote <[email protected]> ---
Regular Expression (LO's C++ ICU libs [1]) provide Wildcard matching--correctly
known as metacharacters and operators.

Prior to Eike's work on textsearch in bug 72196 for Excel interoperability,
simple Wildcard--"glob" syntax [2]--based text searches did not exist, and it
was convenient to refer to LibreOffice's pattern matching as "Wildcards"

It is now important to make a distinction as globbing ("*" "?") metacharacters
are present as operators in ICU Regex but with completely different function.

Given that we support both, I would agree assigning the "Regular Expression"
term for our legacy means of handling pattern matching is needed. While
relegating "wildcards" use to the specialized glob style searches (currently
only supported in Calc for interoperability with OOXML spreadsheets).

=-ref-=
[1]
http://userguide.icu-project.org/strings/regexp#TOC-Regular-Expression-Metacharacters
[2] https://en.wikipedia.org/wiki/Glob_(programming)

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