static L<S> ai_search_allNumbered(S baseTerm) { baseTerm += " "; new L<S> l; for (S s : fullIndexedTermsStartingWith(baseTerm)) { S i = trim(substring(s, l(baseTerm))); if (isInteger(i)) l.add(s); } ret l; }
Began life as a copy of #1012520
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: | #1012524 | 
| Snippet name: | ai_search_allNumbered | 
| Eternal ID of this version: | #1012524/1 | 
| Text MD5: | 15f543a66d7e64c84ca0fe5e2238a2bd | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-12-06 20:38:34 | 
| Source code size: | 240 bytes / 10 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 620 / 679 | 
| Referenced in: | [show references] |