Reply To: GREP:Do not break words that begin with a capital and preceded by an apostrophe

Home Page / Forums / General InDesign Topics (CLOSED) / GREP:Do not break words that begin with a capital and preceded by an apostrophe / Reply To: GREP:Do not break words that begin with a capital and preceded by an apostrophe

#73825
Gert Verrept
Member

This is how I do it:
1. Create a char style “NoBreak” (check in basic char format “No Break”, leave all the rest blank)
2. In your para style, create a grep style with:

Apply Style = NoBreak
to Text = \d(?=’)|[\u](?=’)|(?<! )’

Should do the trick

This article was last modified on March 8, 2015

Comments (0)

Loading comments...