<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Documentation for REGEX function"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121084">121084</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Documentation for REGEX function
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.2.0.0.alpha1+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Documentation
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>raal@post.cz
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
new function was created, see <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement REGEX.* function(s)"
   href="show_bug.cgi?id=113977">bug 113977</a>. We need to add documentation to help:
    REGEX( Text ; Expression [ ; [ Replacement ] [ ; Flags ] ] )                

    REGEX(Text;Expression) extracts the first match of Expression in            
    Text. If there is no match, #N/A is returned.

    REGEX(Text;Expression;Replacement) replaces the first match of              
    Expression in Text, not extracted. If there is no match, Text is            
    returned unmodified.

    REGEX(Text;Expression;Replacement;"g") replaces all matches of              
    Expression in Text, not extracted. If there is no match, Text is            
    returned unmodified.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:</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>