<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REPLACE not working if there is a footnote or endnote anchor at end of paragraph"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137737#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REPLACE not working if there is a footnote or endnote anchor at end of paragraph"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137737">bug 137737</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>FTR: although complicated, the regex

  "(?=[\p{Control}]?$)

works as expected (of course, this does *not* mean that this is not a bug,
because it only works because at "search" time it finds the quote in the end of
the search string, and at replace time, it finds this quote followed by the
control character at the end of the search string).</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>