static L<S> splitByJavaToken(S s, S splitToken) { L<S> tok = javaTok(s); new L<S> l; int i = 1; while (i < l(tok)) { int j = smartIndexOf(tok, splitToken, i); l.add(join(subList(tok, i, j-1))); i = j+2; } ret l; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002271 |
| Snippet name: | splitByJavaToken - unclear semantics with double separators, separator at beginning/end |
| Eternal ID of this version: | #1002271/5 |
| Text MD5: | 56593b2339d0ec2499720f89220cab3f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-21 19:16:26 |
| Source code size: | 247 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 988 / 1441 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |