Tried that, it doesn't do what I need. To be specific, as an example I
want to convert the following text:

sample1.txt<Paragraph Break>
sample2.txt<PB>
sample3.txt<PB>

into

sample1; sample2; sample3

and doing a S&R for ".txt$" to be replaced with ";<space> " doesn't
remove the breaks, just the .txt which is repladed with "; "

ie
sample1;<Space><PB>
sample2;<S><PB>
sample3;<S><PB>

etc.

where am I going wrong?

ED

On 6/21/07, Anthony Chilco <[EMAIL PROTECTED]> wrote:
Hi Ed,
 From the list of regular expressions in help:

$
Only finds the search term if the term appears at the end of a
paragraph. Special objects such as empty fields or character-anchored
frames at the end of a paragraph are ignored. Example: "Peter$".

tc

Ed Smits wrote:
> I'm trying to do a selective Search & Replace for specific letters
> followed by a paragraph break and replace them with a semi-colon and
> space and have come up dry. The OO Help on Regular Expressions doesn't
> show it, I found how to use AutoFormat to get rid of them all, but a
> selective replacement is a problem. In MS Office it's "^p", is there a
> similar expression in OpenOffice? I'm assuming there is, this is
> something I use a lot in Word.
>
> Thanks in advance
>
>
> ED
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>

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



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

Reply via email to