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

5
LINES

< > BotCompany Repo | #1018948 // contentsOfFirstTableTag

JavaX fragment (include)

static S contentsOfFirstTableTag(S html) {
  L<S> tag = first(findContainerTag(htmlTok(html), "table"));
  if (tag == null) null;
  ret trimJoin(contentsOfContainerTag(tag));
}

Author comment

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: 199 / 247
Version history: 2 change(s)
Referenced in: [show references]