Libraryless. Click here for Pure Java version (2733L/17K).
sS recursiveUnquote(S s) { s = unquote(s); ret join(mapCodeTokens(javaTok(s), t -> isQuoted(t) ? recursiveUnquote(t) : t); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027961 |
| Snippet name: | recursiveUnquote |
| Eternal ID of this version: | #1027961/4 |
| Text MD5: | e5cd76f011b7026dcb57ef3d6d2d10a7 |
| Transpilation MD5: | 52da70e8ab4072c48d36b8e9a7c11fb5 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-21 00:22:42 |
| Source code size: | 131 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 402 / 547 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |