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

5
LINES

< > BotCompany Repo | #1011299 // ai_fix

JavaX fragment (include)

static S ai_fix(S s) {
  s = trim(s);
  if (startsWith(s, "{") && endsWith(s, "}")) s = trim(dropFirstAndLast(s));
  ret s;
}

Author comment

Began life as a copy of #1011139

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011299
Snippet name: ai_fix
Eternal ID of this version: #1011299/2
Text MD5: 89c5d44e28727d583ed01457f7026146
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-29 16:36:05
Source code size: 129 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 415 / 415
Version history: 1 change(s)
Referenced in: [show references]