1 | static S tok_lastQuotedString(S s) { |
2 | L<S> tok = javaTokC(s); |
3 | for (int i = l(tok)-1; i >= 0; i--) |
4 | if (isQuoted(tok.get(i))) |
5 | ret unquote(tok.get(i)); |
6 | null; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006277 |
Snippet name: | tok_lastQuotedString |
Eternal ID of this version: | #1006277/1 |
Text MD5: | a9da700bc92e32b61cd957ac1b55e541 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-12-26 14:36:24 |
Source code size: | 177 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 610 / 622 |
Referenced in: | [show references] |