static S quickSubstring(S s, int i, int j) { if (i >= j) ret ""; ret s.substring(i, j); }
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: | 631 / 1145 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011785 - javaTok_substringN - possibly faster substring() for javaTok etc. for non-code-tokens |