I have a large plain text file imported to writer. The original file has paragraph breaks at the end of each line of text and then two paragraph breaks between paragraphs.
I can remove the end-of-line breaks using search/replace with ‘$’ but if I apply this to the entire document, I end up with one long line. I can work through piecemeal by applying the replacement to only the selected paragraph and though an acceptable solution it is not ideal.
So I think I want a real expression that matches paragraph break at end of line only if that line contains characters that are not paragraph breaks and to replace only the paragraph break.