svoid tokReplace_reTok(L<S> tok, int i, int j, S s) { replaceTokens_reTok(tok, i, j, s); } svoid tokReplace_reTok(L<S> tok, int i, S s) { replaceTokens_reTok(tok, i, i+1, s); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031582 |
| Snippet name: | tokReplace_reTok - synonym of replaceTokens_reTok |
| Eternal ID of this version: | #1031582/2 |
| Text MD5: | 99aeddd5b46b1f49d90c88a662c216e1 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 21:30:28 |
| Source code size: | 187 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 461 / 499 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |