1 | static L<WebNode> web_nodesStartingWith(Web web, fS prefix) {
|
2 | ret [WebNode node : web_nodesWithoutRelations(web) | anyStartsWithIC(node.texts(), prefix)]; |
3 | } |
Began life as a copy of #1010113
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: | #1010295 |
| Snippet name: | web_nodesStartingWith - nodes with a label starting with a string (IC) |
| Eternal ID of this version: | #1010295/4 |
| Text MD5: | a38c2dfd71e511a7a973d4faa4636ba9 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-06 19:17:34 |
| Source code size: | 160 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 715 / 772 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |