Skip to main content
Inspiring
May 31, 2018
Answered

GREP STYLE: the exact word with () and :

  • May 31, 2018
  • 2 replies
  • 1511 views

Hi all,

I'm trying to GREP style the specific word "Sunlover Holidays Discounts (Included above): AUD"

Seems like its not working when I include the "(Included Above): AUD"

Its working when I tried to remove this "(Included Above): AUD"

But this word need to be style too.

Basically I need to GREP style the sentence below (Highlighted in red box):

"Sunlover Holidays Discounts (Included above): AUD"

Can you help me please

Thanks

This topic has been closed for replies.
Correct answer sarahkay

I think I already got it...

2 replies

sarahkayAuthorCorrect answer
Inspiring
May 31, 2018

I think I already got it...

Mike Witherell
Community Expert
Community Expert
May 31, 2018

Put a backslash before the opening and closing parentheses.

But, why not just do a Find/Change ?

Mike Witherell