string this-> HtmlToText(string )

(Caronte Pcode version 2.0)

Description

string this-> HtmlToText( string );

 

Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);

this->Print(this->HtmlToText("<a href='index.html' target='_blank'> click here </a><b>--<b>"));




Out:

click here --