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

5
LINES

< > BotCompany Repo | #1011680 // web_nodesContainText

JavaX fragment (include)

static bool web_nodesContainText(Collection<WebNode> l, S text) {
  if (l != null) for (WebNode n : l)
    if (web_hasText(n, text)) true;
  false;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011680
Snippet name: web_nodesContainText
Eternal ID of this version: #1011680/1
Text MD5: d733afa2c2b4af50787128e12300e178
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-02 04:22:32
Source code size: 155 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 332 / 389
Referenced in: [show references]