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));
}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.