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

3
LINES

< > BotCompany Repo | #1022872 // splitAtColon - does not tokenize

JavaX fragment (include)

static L<S> splitAtColon(S s) {
  ret empty(s) ? emptyList() : asList(s.split(":"));
}

Author comment

Began life as a copy of #1008332

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: #1022872
Snippet name: splitAtColon - does not tokenize
Eternal ID of this version: #1022872/1
Text MD5: b2568c6ef99b47a9aa4d8cd44893ffc2
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-12 16:54:32
Source code size: 88 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 203 / 246
Referenced in: [show references]