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

7
LINES

< > BotCompany Repo | #1023845 // storedWebPages_linksContainingText

JavaX fragment (include)

static Set<PairS> storedWebPages_linksContainingText(S baseURL, S pattern) {
  new TreeSet<PairS> links;
  for (S url : storedWebPages_urlsStartingWith(baseURL))
    links.addAll(filterPairB(s -> cic(s, pattern),
      html_linksPlusContents_makeAbsolute(storedWebPage(url), url)));
  ret links;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023845
Snippet name: storedWebPages_linksContainingText
Eternal ID of this version: #1023845/2
Text MD5: 6aa13397392ffe1cacd0dda1d80c523f
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-10 13:42:43
Source code size: 303 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 104 / 138
Version history: 1 change(s)
Referenced in: [show references]