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

Compare with Current View Page History

« Previous Version 4 Next »

This function renders html content into plain text by removing all the html tags.

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

The function returns a text: "Hello world!"

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT