Expand the functions %deleteQuotedText()% and %replaceQuotedText()% to be used on the body of a forwarded Email. This should work when the template is applied while forwarding an Email inline. To show that the quoted text should be affected and make the change backwards compatible, the quoteLevel parameter should be explicitly set to 0
Should also be able to support the functions %deleteQuotedTags()% and %replaceQuotedTags()%.
Usage examples:
%deleteQuotedText("multiple",0)%
%replaceQuotedText("Daily","nightly",0)%
%deleteQuotedTags("div.helter",0)%
%replaceQuotedTags("div.skelter","<p>you're welcome!</p>",0)%
Expand the functions
%deleteQuotedText()%and%replaceQuotedText()%to be used on the body of a forwarded Email. This should work when the template is applied while forwarding an Email inline. To show that the quoted text should be affected and make the change backwards compatible, the quoteLevel parameter should be explicitly set to 0Should also be able to support the functions
%deleteQuotedTags()%and%replaceQuotedTags()%.Usage examples: