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

8
LINES

< > BotCompany Repo | #1034714 // contentsOfH3s

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5244L/29K).

// tok must come from htmlTok
static LS contentsOfH3s(LS tok) {
  ret map join(contentsOfContainerTags(tok, "h3"));
}

static LS contentsOfH3s(S html) {
  ret contentsOfH3s(htmlTok(html));
}

Author comment

Began life as a copy of #1023876

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034714
Snippet name: contentsOfH3s
Eternal ID of this version: #1034714/1
Text MD5: 5c9d310cd3e1ccedda9c5524951eca8c
Transpilation MD5: 575e33eee9523519528b78947dd110a9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-07 13:07:29
Source code size: 199 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 114
Referenced in: [show references]