Description: Replace by regular expressions with `$` does not replace the paragraph end character. This is an extremely atypical behavior when processing text with regular expressions. Steps to Reproduce: 1. ctrl+H 2. by regex `$` 3. fail :( Actual Results: does not replace the paragraph end character Expected Results: replace the paragraph end character Reproducible: Always User Profile Reset: Yes Additional Info: [Information automatically included from LibreOffice] Locale: ru Module: TextDocument [Information guessed from browser] OS: Linux (All) OS is 64bit: yes User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Created attachment 138652 [details] Screenshot of regex working fine It works fine for me. Arch Linux 64-bit Version: 6.1.0.0.alpha0+ Build ID: 3272525e6b47af30ea5d92571cd7a6214117d359 CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded Built on December 25th 2017
ReinRaus, can you give a specific example? Replacing paragraph end characters works for me as well.
(In reply to Aron Budea from comment #2) > ReinRaus, can you give a specific example? Replacing paragraph end > characters works for me as well. Text: aaaa bbbb aaaa bbbb Regex1 $ Placeholder1 X Result1 aaaaXbbbbXaaaaXbbbbX Regex2 a$ Placeholder2 X Result2 aaaX bbbb aaaX bbbb
*** This bug has been marked as a duplicate of bug 91033 ***