Remove HTML Tags from String

Following Job illustrates how to strip htmltags from string.

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

htmlSource = "Test" +
"HTML Tags Removed ";

info(Web::stripHTML(htmlSource));


}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.