Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1028021 // unquoteRaw - unquote a string without double quotes

JavaX fragment (include) [tags: use-pretranspiled]

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: 94 / 166
Referenced in: [show references]