static S tok_lastQuotedString(S s) { L<S> tok = javaTokC(s); for (int i = l(tok)-1; i >= 0; i--) if (isQuoted(tok.get(i))) ret unquote(tok.get(i)); null; }
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: | 829 / 855 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |