Reply To: Using GREP to make conditional line breaks

Home Page / Forums / General InDesign Topics (CLOSED) / Using GREP to make conditional line breaks / Reply To: Using GREP to make conditional line breaks

#64333
Eugenyus
Member

Yes, of course)):

. — any character;

+ — repeat one or more times;

(?=) — positive lookahead;

$ — location at the end of paragraph.

This article was last modified on March 5, 2013

Comments (0)

Loading comments...