static L<S> splitAtSlash(S s) { ret trimAll(asList(s.split("/"))); }
Began life as a copy of #1003714
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1005984 |
| Snippet name: | splitAtSlash - splits at "/" and trims all |
| Eternal ID of this version: | #1005984/1 |
| Text MD5: | 03cec0cd9886df53d8631b991421f2df |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-13 21:37:47 |
| Source code size: | 72 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1047 / 1097 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007398 - splitAtPlus - splits at "+" and trims all #1009570 - splitAtSlash_toPair #1011740 - splitAtSlash_keepAll |