Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Multiple replacing at the same time

Explorer ,
May 14, 2022 May 14, 2022

Suppose in my document, I have the words A, B and C. All I want to do is to replace the words A, B, and C to the word D. I think an OR command will solve the problem. I found OR in GREP, but it seems there isn't such a command in Find/Replace section. Meaning that:

Find: A OR B OR C
Replace: D

Of course I'm able to replace them one by one with separate replace commands, but since there are numerous such replacements in my document, I prefer to have a saved replace function.

TOPICS
How to
221
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 14, 2022 May 14, 2022

You fin it in the GREP section of find & replace.  Or = | (pipe letter)

Translate
Community Expert ,
May 14, 2022 May 14, 2022
LATEST

You fin it in the GREP section of find & replace.  Or = | (pipe letter)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines