Question
Using Grep on multiline textframe
Hello
I am using GREP to find text and replace in scripting it but It seems to not work on multiline text. Ex.:
My texte
My text2
I use ^.({8})(My text2){1}) to replace the 'My text2' but it doesnt work. Is there any way to make safe text subtituions with grep?