https://bugs.documentfoundation.org/show_bug.cgi?id=150794
Bug ID: 150794
Summary: Incorrect replace with regular expressions
Product: LibreOffice
Version: 7.3.5.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
When replacing with regular expressions, the new paragraph character remains,
evn though is was meant to be replaced.
Steps to Reproduce:
Edit a new file with as content
1
2
Replace '1$' with 'x'
THis should give
x2
Actual Results:
However the new paragraph character remains.
x
2
That is, the new paragraph remain.
Expected Results:
x2
Reproducible: Always
User Profile Reset: No
Additional Info:
Maybe this is as intended, but editors such as Kate do this correctly.
--
You are receiving this mail because:
You are the assignee for the bug.