https://bugs.documentfoundation.org/show_bug.cgi?id=165724
Bug ID: 165724
Summary: Regex search never finds text beyond end of paragraph
($)
Product: LibreOffice
Version: 24.8.5.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
I want to search text over multiple lines using regular expressions.
$ matches an end-of-paragraph (Enter).
Previous matches work, for example, [0-9]$ but the search never returns results
when the search string is after the paragraph mark. A simple search of: $. or
$[a-Z] always returns a "Search key not found"
Steps to Reproduce:
1. Write 2 paragraphs of text
2. Find and Replace -> Find: $. (check regular expressions)
3. "Find Next"
Actual Results:
"Search key not found"
Expected Results:
No text is found
Reproducible: Always
User Profile Reset: Yes
Additional Info:
It should match the end-of-paragraph mark together with the first character of
the subsequent paragraph.
--
You are receiving this mail because:
You are the assignee for the bug.