1 | static bool web_nodeEndsWithWord(WebNode node, S word) {
|
2 | for (S s : node.texts()) |
3 | if (eqic(word, last(words2(s)))) |
4 | 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: | #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: | 754 / 750 |
| Referenced in: | [show references] |