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

3
LINES

< > BotCompany Repo | #1023157 // splitAtMinus - splits at "-" and trims all

JavaX fragment (include)

static LS splitAtMinus(S s) {
  ret trimAll(asList(s.split("\\-")));
}

Author comment

Began life as a copy of #1007398

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023157
Snippet name: splitAtMinus - splits at "-" and trims all
Eternal ID of this version: #1023157/1
Text MD5: a88b6d59d480c30eb0a4856b87eedb95
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-15 19:19:31
Source code size: 72 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 251
Referenced in: [show references]