Copy link to clipboard
Copied
Hello Community,
I need help with a GREP. I need a GREP that would allow me to apply a character style to any words inside brackets, ex: "[this text needs to be bold and underlined]"
thank you
The same but different.
Find Format:
\[\K[^\]]+?(?=\])
Change Format:
YourCharacterStyle
Copy link to clipboard
Copied
Find Format:
\[\K[^\]]+?(?=\])
Change Format:
YourCharacterStyle
Copy link to clipboard
Copied
The same but different.
Find Format:
\[\K[^\]]+?(?=\])
Change Format:
YourCharacterStyle