<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Documentation: Regular Expressions are no longer Wildcards"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118076">bug 118076</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>HELP: WILDCARDS term is used like REGEX
           </td>
           <td>Documentation: Regular Expressions are no longer Wildcards
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Documentation: Regular Expressions are no longer Wildcards"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118076#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Documentation: Regular Expressions are no longer Wildcards"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118076">bug 118076</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>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 <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS"
   href="show_bug.cgi?id=72196">bug 72196</a> 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]
<a href="http://userguide.icu-project.org/strings/regexp#TOC-Regular-Expression-Metacharacters">http://userguide.icu-project.org/strings/regexp#TOC-Regular-Expression-Metacharacters</a>
[2] <a href="https://en.wikipedia.org/wiki/Glob_(programming">https://en.wikipedia.org/wiki/Glob_(programming</a>)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>