<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_UNCONFIRMED "
   title="UNCONFIRMED - No regular expression for paragraph mark"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112575">bug 112575</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>NEW
           </td>
           <td>UNCONFIRMED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>1
           </td>
           <td>
                
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - No regular expression for paragraph mark"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112575#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - No regular expression for paragraph mark"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112575">bug 112575</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>(In reply to Daniel Grigoras from <a href="show_bug.cgi?id=112575#c7">comment #7</a>)
<span class="quote">> $TextToReplace has no meaning?
> What do you meant?
> </span >

Functionally, the LibreOffice regular expression for paragraph mark is "$" 

<span class="quote">> If ^13TextToReplace has a useful and usable meaning in MS Word, why
> shouldn't $TextToReplace have a useful and usable meaning in LibreOffice
> Writer?

> Stuart, maybe you have difficulties understanding abstract things. I'll give
> you a concrete example of what I want to search for an replace: I want to
> search for and replace "Reset Value: " and leave no empty line behind in so
> doing. In Word I can do this by simply searching for "^13Reset Value: " (Use
> wildcards ticked) and replacing it with nothing. How would I be able to do
> this in LibreOffice Writer if "$Reset Value: " has no meaning?</span >

Wrong syntax. Reverse the position of the "$" paragraph end.

Attaching a sample document, use these find strings with Regular expressions
enabled:

"Reset Value: $"

".*Reset Value: $"

"Reset Value: \n"

".*Reset Value: \n"

Convince yourself then close this as INVALID as that is what it is ;-)</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>