Reply To: Make everything bold before (and included) a colon using GREP?

Home Page / Forums / General InDesign Topics (CLOSED) / Make everything bold before (and included) a colon using GREP? / Reply To: Make everything bold before (and included) a colon using GREP?

#88368

Everything from start included the colon:

^[^:]+:

Everything from start excluded the colon:

^[^:]+

The GREP find the beginning of a paragraph, followed by anything, that is not a colon, one or multiple times, followed by a colon (first case) or not (second case)

Kai

This article was last modified on September 15, 2016

Comments (0)

Loading comments...