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

3
LINES

< > BotCompany Repo | #1010113 // web_nodesEndingWith - nodes with a label ending with a string

JavaX fragment (include)

static L<WebNode> web_nodesEndingWith(Web web, fS suffix) {
  ret [WebNode node : web_nodesWithoutRelations(web) | anyEndsWithIC(node.texts(), suffix)];
}

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: #1010113
Snippet name: web_nodesEndingWith - nodes with a label ending with a string
Eternal ID of this version: #1010113/3
Text MD5: 14dd108a70fb1cb9cb94a55673fc82df
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-02 16:24:18
Source code size: 156 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 381 / 393
Version history: 2 change(s)
Referenced in: [show references]