static S dropContainerTags(S s) { ret join(dropContainerTags(htmltok(s))); } static L dropContainerTags(L tok) { for (L l : findContainerTags(tok)) for (int i = 1; i < l(l)-1; i++) l.set(i, ""); ret tok; }