You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The function renders html content into plain text by removing all the html tags and returns a STRING.

Syntax
htmlToTxt(string s) #Output: String
Examples
Parser expressionDescription
 htmltoTxt("<p>Hello <b>world</b>!</p>")

The function returns a STRING: "Hello world!"

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a STRING