[Libreoffice-bugs] [Bug 31480] Find/replace non-printing characters easily
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 19 17:55:40 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=31480
--- Comment #25 from Eyal Rozenberg <eyalroz1 at gmx.com> ---
(In reply to Jan-Marek Glogowski from comment #24)
> There is simply no way to search for newlines with an regexp.
I believe you're misunderstanding... the requested feature is not applying a
regexp to the serialization of LO's representation of the document, but rather
to implement a regexp in a way in which a more complex search (e.g. using XPath
or what-not) would perform a close equivalent of what a regexp application
would in a pure textual document.
Specifically, in your example document, the regexp /Two\nThree/ would find a
match, starting before the T of Two and ending after the Three, on the next
line.
It is up to LO to make this "magic" happen.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210219/4e1aa034/attachment.htm>
More information about the Libreoffice-bugs
mailing list