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

--- Comment #3 from ReinRaus <[email protected]> ---
(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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to