A family of Microsoft word processing software products for creating web, email, and print documents.
The Find and Replace strings to locate and delete duplicate paragraphs (exact matches only, no upper/lower case differences) are as follows:
- Select Edit > Find > Advanced Find and Replace
- Click on the Replace tab at the top
- Click on the disclose triangle to expand the dialog box
- Place a checkmark in Use wildcards
- Type or paste this underlined text inFind what:
(^13)([!^13]@)(^13)\2\3
- If you paste the above, you'll get two carets for each single one, so manually replace any instance of ^^ by a single ^.
- Type or paste this underlined text in Replace with:\1\2\3
Do single replacements until you are satisfied that your replacement works.
To better visualize the operation, it will be easier if you specify a replacement font color: click in the Replace with field, then select Format > Font and a color at the bottom dropdown menu. If you leave the Replace with field blank (instead of using \1\2\3), such replacement will just add a color and make it real easy for you to check.