1 | static S findLastQuoted(S s) {
|
2 | L<S> tok = nlTok(s); |
3 | for (int i = l(tok)-2; i >= 0; i -= 2) |
4 | if (isQuoted(tok.get(i))) |
5 | ret unquote(tok.get(i)); |
6 | null; |
7 | } |
Began life as a copy of #1003471
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003476 |
| Snippet name: | findLastQuoted - find last quoted token (uses nlTok), return unquoted |
| Eternal ID of this version: | #1003476/1 |
| Text MD5: | 2dcc058c17a6597428f93237db41c7ee |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-07-04 22:36:54 |
| Source code size: | 171 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 770 / 803 |
| Referenced in: | [show references] |