static L<Pair<S>> ai_texts_xy_bothQuoted(S a, S b, S c) { new L<Pair<S>> l; for (Pair<S> p : ai_texts_dollarXY(a, b, c)) if (isProperlyQuoted2(p.a) && isProperlyQuoted2(p.b)) l.add(pair(unquote(p.a), unquote(p.b))); ret l; }
Began life as a copy of #1012113
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: | #1012114 |
Snippet name: | ai_texts_xy_bothQuoted - unquotes both |
Eternal ID of this version: | #1012114/5 |
Text MD5: | 9239517000030f707ac3229ca0aa047f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-20 09:56:51 |
Source code size: | 246 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 442 / 459 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012428 - ai_texts_xy_unquoteBoth #1012616 - ai_texts_verified_bothQuoted - unquotes both |