Hi! I'm trying to search all "paragraph breaks" and replace them with a space = " " in OpenOffice.org Writer 1.1.3 with "
Find & Replace". For example, search this text:
Quote:
"this is
a text with
paragraph breaks
!"
|
And when I replace all "paragraph breaks" and replace them with a space, it looks like this:
Quote:
|
"this is a text with paragraph breaks !"
|
In the help I can read "
Regular expressions. Allows you to use wildcards in your search." and later
"
\n
Finds a hard row break that was inserted with Shift+Enter. To change row breaks into paragraph breaks, enter \n in the Search for and Replace with boxes, and then click the Replace all button."
But I can't find how I find paragraph breaks.