Skip to main content
Participant
May 17, 2021
Question

GREP style to italicize a portion of a company name

  • May 17, 2021
  • 2 replies
  • 186 views

Hi all, I want to use a GREP style to italicize a portion of a company name. For example: "In*Design*." Design is only italicized when it follows the word "In" but "Design" never appears italicized when it stands by itself. I've never used Grep before so any help or quidance would be much appreciated! Thanks

This topic has been closed for replies.

2 replies

vladan saveljic
Inspiring
May 17, 2021

vladan saveljic
Inspiring
May 17, 2021

Is there a space between the two words? (eg. In Design)?

you could try this grep style

\bIn\b\s\K\bDesign\b