Full Text Rss - Multi-line replace_string

Is there a way to do a multi-line replace_string to capture instances where the offending text crosses more than one line?

Hi Josen, that’s not yet possible. You will have to use replace_string (or find_string + replace_string) for each line.

Alright… thanks for your reply.

Josen Ruiseco