Skip to main content
Inspiring
August 11, 2024
Answered

Grep expression for Style (apply characted Style Italic to all occurences of "Times"

  • August 11, 2024
  • 1 reply
  • 312 views

I want to apply a GREP style to all occurences of "Times" where it occurs after "the" (or "The") and begins with a capital letter.

As I am still new to GREP and learning (and have not come very far in this yet 😊) I would appreciate your help in formulating this.

This topic has been closed for replies.
Correct answer jmlevy

Hi @Chris201Chris this should work

In my example, I applied a red color to the Italic style to make it more visible on the screenshot.

1 reply

jmlevy
Community Expert
jmlevyCommunity ExpertCorrect answer
Community Expert
August 11, 2024

Hi @Chris201Chris this should work

In my example, I applied a red color to the Italic style to make it more visible on the screenshot.

Inspiring
August 11, 2024

Perfect! Many thanks! I am really beginning to love this GREP thing - so useful!