You are viewing documentation for v1.1.x. Change

stripTags()

Description

Removes all HTML tags from a string.

Function Syntax

stripTags(html)

Parameters

Parameter Type Required Default Description
html string Yes The HTML to remove tag markup from.

Examples

#stripTags("<strong>Wheels</strong> is a framework for <a href="http://www.adobe.com/products/coldfusion/">ColdFusion</a>.")#
->
Wheels is a framework for ColdFusion.