To find text between underscores (which means it should be italicized), do these steps.
- Go to Find/Change (command f)
- Click on the GREP tab from the tabs at the top
- Copy & Paste in this expression :
(?<=_).*?(?=_)
This will find text between underscores. If you create a character style for your italics, you can use Indesign’s Change Format option to apply that style to the text you find.
Comments are closed.