1 | static S contentsOfFirstTableTag(S html) {
|
2 | L<S> tag = first(findContainerTag(htmlTok(html), "table")); |
3 | if (tag == null) null; |
4 | ret trimJoin(contentsOfContainerTag(tag)); |
5 | } |
Began life as a copy of #1008404
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018948 |
| Snippet name: | contentsOfFirstTableTag |
| Eternal ID of this version: | #1018948/3 |
| Text MD5: | 19b121a7a63821bc4db4a602dab030f7 |
| Author: | stefan |
| Category: | javax / html parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-16 18:03:13 |
| Source code size: | 182 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 534 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |