1 | sS squareBracketStuff(S s) {
|
2 | int i = indexOf(s, '['); |
3 | if (i < 0) null; |
4 | ret leadingSquareBracketStuff(substring(s, i)); |
5 | } |
Began life as a copy of #1014579
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1019366 |
| Snippet name: | squareBracketStuff |
| Eternal ID of this version: | #1019366/1 |
| Text MD5: | f5f31c5088f4eea8c911de1b736fd2ab |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-04 16:02:12 |
| Source code size: | 130 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 581 / 644 |
| Referenced in: | [show references] |