static S substr(S s, int x) { ret substring(s, x); } static S substr(S s, int x, int y) { ret substring(s, x, y); }
Began life as a copy of #1001007
download show line numbers debug dex old transpilations
Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, elmgxqgtpvxh, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, uelavcdoioby, vouqrxazstgt, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1001853 |
| Snippet name: | substr - synonym of substring |
| Eternal ID of this version: | #1001853/3 |
| Text MD5: | 4ec757c1712662bc0a05ef16fc79751a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-15 12:49:16 |
| Source code size: | 126 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 953 / 4701 |
| Version history: | 2 change(s) |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1002637 - substring - exception-free (safe) version of String.substring #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |