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

4
LINES

< > BotCompany Repo | #1003280 // unquoteCharacter

JavaX fragment (include)

static char unquoteCharacter(S s) {
  assertTrue(s.startsWith("'") && s.length() > 1);
  ret unquote("\"" + s.substring(1, s.endsWith("'") ? s.length()-1 : s.length()) + "\"").charAt(0);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003280
Snippet name: unquoteCharacter
Eternal ID of this version: #1003280/1
Text MD5: 462cee4d278fb0196cfd63163c29d06b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-06-14 23:47:19
Source code size: 191 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 615 / 823
Referenced in: [show references]