Skip to content

Strip HTML Tags

Removes or sanitises HTML tags from the input string based on the specified mode (Strict or UGC). Strict mode removes all tags, while UGC mode sanitises content for user-generated input.

Returns
Text

Parameters

ParameterParameterValid BlocksRequired
Set an Override Name Select this to enable setting the data structure item name statically or dynamically Boolean Block Group No
Override Name The override name of this item. Use this to replace the inherited name with a custom name. Expose it on the tree to set it dynamically. Text Block Group No
Attributes Metadata values for this block. Used in XML and multipart/form-data. Text Block Group No
Raw HTML Content The HTML content to be processed. Text Block Group No
Operation Mode The mode of operation (Strict or UGC). Text Block Group No