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

--- Comment #19 from Mike Kaganski <mikekagan...@hotmail.com> ---
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).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to