sS jextractIdEqualsQuoted(S id, S s) { ret jextractIdEqualsQuoted(id, javaTok(s)); } sS jextractIdEqualsQuoted(S id, LS tok) { int i = jfind(tok, id + "=<quoted>"); ret i < 0 ? null : unquote(tok.get(i+4)); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019627 |
| Snippet name: | jextractIdEqualsQuoted |
| Eternal ID of this version: | #1019627/3 |
| Text MD5: | 53f360a6f82e3bba614cdf1704ef7a42 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-15 00:33:02 |
| Source code size: | 222 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 470 / 527 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |