static S joinFirstLettersOfWords(S s) { new StringBuilder buf; for (S t : codeTokens(nlTok4(s))) if (startsWithLetter(t)) buf.append(first(t)); ret str(buf); }
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: | #1014601 |
Snippet name: | joinFirstLettersOfWords |
Eternal ID of this version: | #1014601/2 |
Text MD5: | 27ca4675254696643cb523cc1a6c68cb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-04-26 14:14:26 |
Source code size: | 181 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 412 / 421 |
Version history: | 1 change(s) |
Referenced in: | [show references] |