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

6
LINES

< > BotCompany Repo | #1010132 // web_nodeEndsWithWord

JavaX fragment (include)

static bool web_nodeEndsWithWord(WebNode node, S word) {
  for (S s : node.texts())
    if (eqic(word, last(words2(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: #1010132
Snippet name: web_nodeEndsWithWord
Eternal ID of this version: #1010132/1
Text MD5: b3047ba141eeac3b1d37db2bbfc8ed70
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-03 23:41:23
Source code size: 148 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 414 / 416
Referenced in: [show references]