Hi and thanks for reading my post!
I have a plain text file. I need to go thru each paragraph and check it for specific character or several characters and then manipulate them or text near them. I just can't figure out the methodology to do that Everything I try fails me at some point. My problem is not how to manipulate the text, but how to be able to do so limited to a particular paragraph. (for example search every paragraph for "abc", then find "xyz" after the "abc" and if it exists, add a current date after "x") If I were to do this limited to the whole document, there would be no problem. I just don't know how to limit myself to one paragraph.
Any help, pls?
Many thanks in advance!!
P
I have a plain text file. I need to go thru each paragraph and check it for specific character or several characters and then manipulate them or text near them. I just can't figure out the methodology to do that Everything I try fails me at some point. My problem is not how to manipulate the text, but how to be able to do so limited to a particular paragraph. (for example search every paragraph for "abc", then find "xyz" after the "abc" and if it exists, add a current date after "x") If I were to do this limited to the whole document, there would be no problem. I just don't know how to limit myself to one paragraph.
Any help, pls?
Many thanks in advance!!
P