static S dropTags(S html) { return dropAllTags(html); } static L dropTags(L tok) { ret dropAllTags(tok); }