Reply To: Grep to find all-italic paragraphs

Home Page / Forums / General InDesign Topics (CLOSED) / Grep to find all-italic paragraphs / Reply To: Grep to find all-italic paragraphs

#83765
Peter Kahrel
Participant

Jim,

.+ means 'one or more characters'.
.* stands for 'zero or more characters', so that would find </i><i> as well. But . doesn't match the end-of-paragraph marker, and in this case that seems good because </i> at the end of a paragraph and <i> at the beginning of the next one seem legitimate. Or not?

P.

This article was last modified on April 6, 2016

Comments (0)

Loading comments...