1 | static bool web_includesSearchString(Web web, S s) { |
2 | for (WebNode n : web_nodesAndRelations(web)) |
3 | for (S text : web_texts(n)) |
4 | if (cic(text, s)) true; |
5 | false; |
6 | } |
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: | 411 / 429 |
Referenced in: | [show references] |