jeudi 19 janvier 2012

Remove HTML Tags from String

Following Job illustrates how to strip htmltags from string.

static void Dev_StripHTML(Args _args)
{
Str htmlSource;
;

htmlSource = "" +
"HTML Tags Removed ";

info(Web::stripHTML(htmlSource));


}

Aucun commentaire:

Enregistrer un commentaire