Answered
GREP query
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
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.