Miscellaneous
stripTags()
Signature
Section titled “Signature”stripTags() — returns any
Description
Section titled “Description”Removes all HTML tags from a string.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
html | string | yes | — | The HTML to remove tag markup from. |
Examples
Section titled “Examples”<!--- Outputs "CFWheels is a framework for ColdFusion." --->
#stripTags("<strong>Wheels</strong> is a framework for <a href=""http://www.adobe.com/products/coldfusion"">ColdFusion</a>.")#