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

Misspelled words and find and replace tool and Grep

Contributor ,
Sep 27, 2022 Sep 27, 2022

Hi, anyone knows if it is possible to find misspelled words with find and replace tool?

Typing a grep command and find the "misspelled word"...

TOPICS
How to
404
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
Community Expert ,
Sep 27, 2022 Sep 27, 2022

Find/Replace will search for any string you give it, whether it's a correct word or a string of gibberish.

 

I don't think any GREP or regex string can find words "flagged as mispelled" if that's what you mean.

 

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
Community Expert ,
Sep 27, 2022 Sep 27, 2022

Grep is not used normally for working with misspelled words. See the following article, it should help you figure out some alternate/better way to achieve what you are trying to do

https://helpx.adobe.com/in/indesign/using/spell-checking-language-dictionaries.html

Also, if you could share what you are trying to do exactly then we could make some suggestions.

-Manan

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
Community Expert ,
Sep 28, 2022 Sep 28, 2022

What is your goal here? Why is Spell Check not suitable?

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
Community Beginner ,
Oct 04, 2023 Oct 04, 2023
LATEST

His goal, probably, was to locate all mispelled words and, automatically, give some caracter style for them. For those who make books – and I am one of them –, it will be good to have a way to do that.

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