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

4
LINES

< > BotCompany Repo | #1008620 // trimIndexRight

JavaX fragment (include)

static int trimIndexRight(S s, int i) {
  while (i < l(s) && s.charAt(i) == ' ') ++i;
  ret i;
}

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: #1008620
Snippet name: trimIndexRight
Eternal ID of this version: #1008620/1
Text MD5: e14a29797251a20445f7c08bef3ef153
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-25 23:42:44
Source code size: 99 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 457 / 465
Referenced in: [show references]