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

7
LINES

< > BotCompany Repo | #1012528 // ai_texts_quoted (unquotes)

JavaX fragment (include)

static L<S> ai_texts_quoted(S a, S b, S c) {
  new L<S> l;
  for (S s : ai_texts(a, b, c))
    if (isProperlyQuoted2(s))
      l.add(unquote(s));
  ret l;
}

Author comment

Began life as a copy of #1012422

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: #1012528
Snippet name: ai_texts_quoted (unquotes)
Eternal ID of this version: #1012528/1
Text MD5: f24ce29d6eeeba372582c84eb91714b3
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-06 21:16:56
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 317 / 373
Referenced in: [show references]