// 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); }
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: | 289 / 311 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |