Libraryless. Click here for Pure Java version (5244L/29K).
1 | // tok must come from htmlTok |
2 | static LS contentsOfH3s(LS tok) { |
3 | ret map join(contentsOfContainerTags(tok, "h3")); |
4 | } |
5 | |
6 | static LS contentsOfH3s(S html) { |
7 | ret contentsOfH3s(htmlTok(html)); |
8 | } |
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: | 126 / 189 |
Referenced in: | [show references] |