I love LibreOffice / OpenOffice, but some tasks we cannot do in it, like mentioned in this question title: search and replace special characters in Writer. Someone does know how to do that?
You can do that tasks in MS Word (for instance, search for "^p", that is tabulation, and replace it with "^t", paragraph mark).
Also, you can do that also in Notepad++ (in showed example, using "\n" and "\p").
But in Writer, although there is a option "regular expressions", I cannot search for special characters with it - I allways have to copy+paste text to MS Word/Notepad++, do what I want and copy+paste back to Writer...
Edit #1:
With tabulation mark functions, searching for \t functions.
What about with paragraph marks or line breaks? It does not. I've already tried \r, \n, \r\n, \n\r, ^p, ^l...
Edit #2: Almost solved by @Linker3000, but what about paragraph marks?
