----- 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.

Harold Fuchs
London, England

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to