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));
}
static void Dev_StripHTML(Args _args)
{
Str htmlSource;
;
htmlSource = "" +
"HTML Tags Removed ";
info(Web::stripHTML(htmlSource));
}
Aucun commentaire:
Enregistrer un commentaire