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

4
LINES

< > BotCompany Repo | #1004046 // quickSubstring

JavaX fragment (include)

1  
static S quickSubstring(S s, int i, int j) {
2  
  if (i >= j) ret "";
3  
  ret s.substring(i, j);
4  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1004046
Snippet name: quickSubstring
Eternal ID of this version: #1004046/2
Text MD5: 0ca9d40fefdd1cf7b64babc3a975b024
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-24 19:16:40
Source code size: 96 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 535 / 1048
Version history: 1 change(s)
Referenced in: [show references]