Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1030520 // dropHTMLTags - synonym of dropAllTags

JavaX fragment (include)

// tok should be the output of htmlcoarsetok
static L<S> dropHTMLTags(L<S> tok) {
  ret dropAllTags(tok);
}



// alternatively, call this convenient function
static S dropHTMLTags(S html) {
  ret dropAllTags(html);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030520
Snippet name: dropHTMLTags - synonym of dropAllTags
Eternal ID of this version: #1030520/1
Text MD5: c485c8a23a49ff6e561b5dba634c1c55
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-04 23:44:14
Source code size: 221 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 146 / 183
Referenced in: [show references]