1

I am looking for a way to replace all occurrences of "Dr" ("r" in superscript) with "Dr" ("r" not in superscript) in a Word document. Thanks to all.

1 Answers1

0

Word should find the text you want to replace regardless of whether a superscript or subscript is used. For example, if I have H2O in Word and I search for "H2O" (without quotes), Word will find it:

Microsoft Word Image

The same will work for Dr as well. If you're worried about case not matching, you can uncheck "Ignore case" so that the exact case matches:

enter image description here

You can populate the replace section with "Dr" and it will automatically replace the superscripted "r" with a regular "r"

Example using the find feature to find all instances of Dr:

enter image description here

Same file after find and replace was done on all instances:

enter image description here