string requiredThe text to clean. Any value works; an empty string yields an empty result.
allowed_tags optional default empty (strip every tag)A list of tags to KEEP, written as the tag names in angle brackets with no spaces, for example <b><i><a>. Every other tag is removed. Leave empty to strip all tags. Attributes inside a kept tag are preserved.
{striptags:<p>Hello <b>World</b></p>}
[{striptags:}]
{striptags:Click <a href="http://example.org">here</a> now}
{striptags:<p><b>Bold</b> and <i>italic</i></p>:<b>}
{striptags:<p>Concert at the <strong>Old Mill</strong>.</p>}