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

6
LINES

< > BotCompany Repo | #1013447 // ai_text_quoted (unquotes)

JavaX fragment (include)

1  
static S ai_text_quoted(S a, S b, S c) {
2  
  for (S s : ai_texts(a, b, c))
3  
    if (isProperlyQuoted2(s))
4  
      ret unquote(s);
5  
  null;
6  
}

Author comment

Began life as a copy of #1012528

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: #1013447
Snippet name: ai_text_quoted (unquotes)
Eternal ID of this version: #1013447/1
Text MD5: 4808c95fd5861e5f27a949679abe99fe
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-07 02:27:30
Source code size: 139 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 406 / 417
Referenced in: [show references]