Skip to main content
Inspiring
July 4, 2023
Answered

Grep Style for multiple types

  • July 4, 2023
  • 1 reply
  • 199 views

How do i apply a blue colour for all instances of:

 

Halatu al-raf’i

al-raf’i

raf’i

 

using a grep style 

This topic has been closed for replies.
Correct answer FRIdNGE

 \b((Halatu )?al-)?raf’i\b

 

(^/)  The Jedi

1 reply

FRIdNGE
FRIdNGECorrect answer
July 4, 2023

 \b((Halatu )?al-)?raf’i\b

 

(^/)  The Jedi