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

4
LINES

< > BotCompany Repo | #1013201 // dropStuffBeforeVerticalBar [including the vertical bar]

JavaX fragment (include)

static S dropStuffBeforeVerticalBar(S s) {
  int i = indexOf(s, '|');
  ret i < 0 ? s : substring(s, i+1);
}

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: #1013201
Snippet name: dropStuffBeforeVerticalBar [including the vertical bar]
Eternal ID of this version: #1013201/2
Text MD5: 14a8bdb4842a057ed1a48b11521b3049
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-16 19:54:28
Source code size: 111 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 352 / 373
Version history: 1 change(s)
Referenced in: [show references]