Help with GREP syntax in FindChangeByList script
Hi InDesign Friends:
Within a FindChangeByList script, I'm trying to target the paragraphs styled with Subhead 2 (A, B) that may have italics assigned via a character style called Italic. And I want to change the Italic character style within the Subhead 2 (A, B)s to a character style called Bold Italic.
This is what I have, but it's not working:
grep {appliedParagraphStyle:"Subhead 2 (A, B)", appliedCharacterStyle:"Italic"} {appliedCharacterStyle:"Bold Italic"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}- Do I need to reference the group and the style name?
- Or are the parentheses in the style name an issue?
- Or am just entirely off track?

