Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1005984 // splitAtSlash - splits at "/" and trims all

JavaX fragment (include)

1  
static L<S> splitAtSlash(S s) {
2  
  ret trimAll(asList(s.split("/")));
3  
}

Author comment

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: 525 / 564
Referenced in: [show references]