[Libreoffice-bugs] [Bug 118076] Documentation: Regular Expressions are no longer Wildcards

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jun 9 15:50:43 UTC 2018


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

V Stuart Foote <vstuart.foote at utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |vstuart.foote at utsa.edu
            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 <vstuart.foote at utsa.edu> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180609/317a4ef0/attachment.html>


More information about the Libreoffice-bugs mailing list