Dear all,
I try to remove a line from an SDP with:
subst_body('/^a=fmtp:8 vad=no(.*)$//g');
unfortunately the "0a" of the end of line ( 0d0a ) is not removed, so the "$" remove only the 0d
any idea how to remove the last "0a"
Best regards
Laurent