Reply To: Need help with GREP codes to find/delete text between different text fields

Home Page / Forums / General InDesign Topics (CLOSED) / Need help with GREP codes to find/delete text between different text fields / Reply To: Need help with GREP codes to find/delete text between different text fields

#99990
Aaron Troia
Participant

Hey Larry,

One way to do it with the text you provided would be to try:

Find: FROM (?s:.+?)For Saturday, Dec. 2, 2017

and just leave the replace field empty. The (?s) in (?s:.+?) allows for GREP to do a multiline search.

Aaron

This article was last modified on November 30, 2017

Comments (0)

Loading comments...