Delete numbers at end of paragraph

A

andreas

Dear Experts:
I got a document where there are 1 to 3 digits numbers at the end of
some paragraphs (immediately before the paragraph mark). These numbers
should be deleted, the numbers within the paragraph are to be left
alone. Example.

This is a sample text, this is a sample text 123"paragraph mark"
This is a sample text, 57, this is a sample text 2"paragraph mark"

Help is much appreciated. Thank you very much in advance.
Regards, Andreas
 
G

garsa

As a quick answer you can try to execute search & replace (search for
^#^p and replace with ^p).

Since this will only delete 1 digit you may need to execute it many
times...

Regards.
 
A

andreas

As a quick answer you can try to execute search & replace (search for
^#^p and replace with ^p).

Since this will only delete 1 digit you may need to execute it many
times...

Regards.

thank you very much. This did the trick. Regards, Andreas
 
Top