Copy link to clipboard
Copied
I need to find all type within parenthesis and the parenthesis in a long document and make it all italic. I feel like this is a GREP search but I can't seem to get it right. Can anyone help?
Find What:
(?<=\().+?(?=\))
Change to:
Apply an Italic character style
http://trainingonsite.com/images/downloads/indesign_cc_2015_grep_codes.pdf
This does not include the parentheses.
Notice the second page of examples.
Copy link to clipboard
Copied
Find What:
(?<=\().+?(?=\))
Change to:
Apply an Italic character style
http://trainingonsite.com/images/downloads/indesign_cc_2015_grep_codes.pdf
This does not include the parentheses.
Notice the second page of examples.
Copy link to clipboard
Copied
If you want to include the parentheses, you might try:
Find What:
\(.+?\)
Change to:
Apply an Italic character style
Copy link to clipboard
Copied
Not so simple in this kind of case!
"Quiamet dus duntur (conseque (qui tet es) perferis) eost, offic torem faceatus! …"
(^/)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now