Reply To: GREP to change style after "|"

Home Page / Forums / General InDesign Topics (CLOSED) / GREP to change style after "|" / Reply To: GREP to change style after "|"

#93099

^[^|]+\|

Beginning of a para
followed by a character, that is not “|”
one or more times
followed by a “|”

Kai

This article was last modified on March 24, 2017

Comments (0)

Loading comments...