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

6
LINES

< > BotCompany Repo | #1012261 // web_includesSearchString (ignore-case)

JavaX fragment (include)

static bool web_includesSearchString(Web web, S s) {
  for (WebNode n : web_nodesAndRelations(web))
    for (S text : web_texts(n))
      if (cic(text, s)) 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: #1012261
Snippet name: web_includesSearchString (ignore-case)
Eternal ID of this version: #1012261/1
Text MD5: 62ab206390f12f85451b9f519926cacb
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-26 16:08:04
Source code size: 177 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 315 / 346
Referenced in: [show references]