Libraryless. Click here for Pure Java version (2474L/16K).
sS unquoteRaw(S s) { ret empty(s) ? s : unquote("\"" + s + "\""); }
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: | #1028021 |
| Snippet name: | unquoteRaw - unquote a string without double quotes |
| Eternal ID of this version: | #1028021/1 |
| Text MD5: | ee88b32c1646bd2e25fd1af050994e1b |
| Transpilation MD5: | a2f8fec53bd114fbe415d276fe955cbc |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-03 23:07:59 |
| Source code size: | 71 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 362 / 524 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033460 - quoteRaw - quote a string but without th double quotes |