Reply To: Grep replace:

#100806
Graham Park
Member

Pat
I am not sure what line-breaks you are having trouble with.
This GREP will find the whole line including the line break and remove it. The previous line is unaffected and the same for the following.

Find
.+Morita.+\r
Replace
NONE

This article was last modified on January 7, 2018

Comments (0)

Loading comments...