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

7
LINES

< > BotCompany Repo | #1012616 // ai_texts_verified_bothQuoted - unquotes both

JavaX fragment (include)

static L<Pair<S>> ai_texts_verified_bothQuoted(S b) {
  new L<Pair<S>> l;
  for (Pair<S> p : ai_texts_verified_dollarXY("$X", b, "$Y"))
    if (isProperlyQuoted2(p.a) && isProperlyQuoted2(p.b))
      l.add(pair(unquote(p.a), unquote(p.b)));
  ret l;
}

Author comment

Began life as a copy of #1012114

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: #1012616
Snippet name: ai_texts_verified_bothQuoted - unquotes both
Eternal ID of this version: #1012616/1
Text MD5: 200e11e96a1594750cc5b7ab75b52547
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-08 13:20:36
Source code size: 257 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 329 / 323
Referenced in: [show references]