21 Sep
2011
21 Sep
'11
8:20 p.m.
Luis Pugoy <lpugoy@insynchq.com> writes:
I am trying to replace a string with a newline using rewrite. Is it possible? Thanks.
rewrite r_nl { subst("<insert regexp here>", "\n", value("MSG")); }; Or, if you want to replace the whole MSG with a newline: rewrite r_nlmsg { set("\n", value("MSG")); }; -- |8]