Reply To: Using GREP to apply style to the end of paragraph

#116189
Amanda Welch
Member

Hey guys, I was going through a final QC check today and discovered that I’m still having issues…

, \K[^,]+, .+$ solves the forced line break issue entirely, but it’s formatting everything after the first comma in the paragraph.

(?m).+,(?=.+,.+$)\K.+ works unless there is a forced line break just before the city name (which we often have to do).

Ideas??

This article was last modified on April 18, 2019

Comments (0)

Loading comments...