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

5
LINES

< > BotCompany Repo | #1011422 // web_match - match texts of a node

JavaX fragment (include)

static bool web_match(S pat, WebNode node, Matches m) {
  for (S s : web_texts(node))
    if (match(pat, s, m)) 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: #1011422
Snippet name: web_match - match texts of a node
Eternal ID of this version: #1011422/1
Text MD5: fe503661e4afe832fe1b8335f2197387
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-29 01:20:43
Source code size: 132 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 446 / 457
Referenced in: [show references]