GREP to remove runts in a contact listing within a paragraph
In my job, we create basically a phone book. Each entry is a paragraph, but each field of data is separated by a forced line break. If a company name is too long in the column, it will create a runt/cliff withing the boundary of the beginning of the paragraph to the end of the field of data (the forced line break). Is there a GREP I can run to identify when these happen? Note that I want to identify these, NOT do a change all.
In theory what I want is to search for a single word on a line that has a forced line break at the end, but has no "beginning" other than it being on a second line.
Does that make sense?

