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

6
LINES

< > BotCompany Repo | #1018516 // afterTab - drop characters up and including to the first tab(s)

JavaX fragment (include)

static S afterTab(S s) {
  if (s == null) ret "";
  int i = s.indexOf('\t')+1;
  while (i < l(s) && s.charAt(i) == '\t') ++i;
  ret s.substring(i);
}

Author comment

Began life as a copy of #1002682

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018516
Snippet name: afterTab - drop characters up and including to the first tab(s)
Eternal ID of this version: #1018516/1
Text MD5: a8abf20a1245458c76e0a5f37dc8b7d6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-02 23:41:53
Source code size: 154 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 245 / 286
Referenced in: [show references]