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

8
LINES

< > BotCompany Repo | #1023877 // stringContentsOfFirstContainerTag

JavaX fragment (include)

// tok must come from htmlTok
sS stringContentsOfFirstContainerTag(L<S> tok, S tag) {
  ret join(contentsOfContainerTag(first(findContainerTag(tok, tag))));
}

sS stringContentsOfFirstContainerTag(S html, S tag) {
  ret stringContentsOfFirstContainerTag(htmlTok(html), tag);
}

Author comment

Began life as a copy of #1023876

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023877
Snippet name: stringContentsOfFirstContainerTag
Eternal ID of this version: #1023877/3
Text MD5: da70e2745fef6e6088f96ca2c598fbc2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-11 13:48:06
Source code size: 285 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 224
Version history: 2 change(s)
Referenced in: [show references]