// tok should be the output of htmlcoarsetok static L dropHTMLTags(L tok) { ret dropAllTags(tok); } // alternatively, call this convenient function static S dropHTMLTags(S html) { ret dropAllTags(html); }