stripHTML
XmlNode sutil.stripHTML (String content ) (enterprise edition only)
Description
Strips HTML from a string, replacing some tags with corresonding text-only equivalents.
Parameters
- content The content to be stripped.
Return Values
Returns the stripped content.
Change Log
Version |
Description |
6.0.20a |
Available in only the Enterprise edition. |
Examples
Apply an XPath expression to the current response
String cleanedInput = sutil.stripHTML(input)