View Single Post
 
Old 04-02-2022, 02:23 AM
wrdy wrdy is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Jan 2014
Posts: 31
wrdy is on a distinguished road
Default Is there a way to Find multiple text strings in a Word document in a single operation?

I can find "1" or "2" or "3" using wildcards like this:

Find: [123]

but is there a way to find "1st" or "2nd" or "3rd"?


In Google Docs you can use regular expressions:


Find: 1st|2nd|3rd


Any way to do this in Word?
Reply With Quote