Skip to main content
Known Participant
August 23, 2010
Question

Find acronyms

  • August 23, 2010
  • 1 reply
  • 8188 views

FM 9.0 / WinXP

Does anyone know of a way to automatically search through a document (or a file) and find acronyms? Most acronyms are all capitalized, but I can't find anything in the Find/Change dialog that's suitable. Maybe there's another way?

This topic has been closed for replies.

1 reply

Inspiring
August 23, 2010

Try this: If you want to find certain characters, put them between brackets

in the find dialogue to create a wildcard. So put

"[ABCDEFGHIJKLMNOPQRSTUVWXYZ][ABCDEFGHIJKLMNOPQRSTUVWXYZ]" (without the

quotes, of course) as the text to find. Check the "Consider Case" and "Use

Wildcards" checkboxes. This will find any instance of two capital letters

next to each other. So it should find all acronyms that use letters, though

those with more than two letters will only be partially selected when found.

You could also put a period after those two bracketed terms to find "U.S."

instead of "US". Or put numbers in there to find "B2B" and so forth.

stmanAuthor
Known Participant
August 23, 2010

Hey, that's really useful.

Much thanks.