Hi
I'm don't write scripts but do 'enjoy' copying, pasting and changing existing code/txt files.
I have built a GREP find/change .txt that performs a large number of text edits/changes.
But I'm left with an issue where I have paragraphs of text (styled earlier in the .txt file) that I'm unable to identify using GREP the usual way. I need to identify text in a particular paragraph style, followed by text in another paragraph style.
Is it possible with GREP to create a search string to find: text styled with one paragraph style, ending with a paragraph return, and to include in that selection the following paragraph/s styled with another paragraph style?
MTIA Steve