Pete Holsberg wrote:
Harold Fuchs wrote:
----- Original Message ----- From: "Pete Holsberg" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, August 15, 2006 5:21 PM
Subject: Re: [users] Find/Replace a paragraph break?
<snip>
Then I tried search for regular expressions and did not find a
paragraph mark/break character.
<snip>
Use the regular expression "$" (a single dollar sign, without the
quotes). This means "the last character of the line" which, in this
context, is the paragraph mark.
I'm trying to replace two consecutive EOLs with one. $$ doesn't work,
and Writer doesn't like $ as a replacement character.
Two consecutive EOLs are a blank line ^$ to be replaced with nothing.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]