0
Guru
,
/t5/indesign-discussions/grep-query/td-p/14364126
Jan 18, 2024
Jan 18, 2024
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
TOPICS
How to
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
Jan 18, 2024
Jan 18, 2024
The same but different.
Find Format:
\[\K[^\]]+?(?=\])
Change Format:
YourCharacterStyle
Community Expert
,
/t5/indesign-discussions/grep-query/m-p/14364155#M558153
Jan 18, 2024
Jan 18, 2024
Copy link to clipboard
Copied
Find Format:
\[\K[^\]]+?(?=\])
Change Format:
YourCharacterStyle
Mike Witherell
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/indesign-discussions/grep-query/m-p/14365227#M558227
Jan 18, 2024
Jan 18, 2024
Copy link to clipboard
Copied
The same but different.
Find Format:
\[\K[^\]]+?(?=\])
Change Format:
YourCharacterStyle
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

