sS insertAt(S s, int i, S a) { ret spliceString(s, i, i, a); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028494 |
| Snippet name: | insertAt - insert string at index |
| Eternal ID of this version: | #1028494/1 |
| Text MD5: | 4de5a19b1f6dc93fe6c5939bc0c608ed |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-22 11:26:23 |
| Source code size: | 66 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 532 / 570 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028931 - insertSpaceAt - insert space at index |