1 | static L<Pair<S>> ai_texts_xy_bothQuoted(S a, S b, S c) { |
2 | new L<Pair<S>> l; |
3 | for (Pair<S> p : ai_texts_dollarXY(a, b, c)) |
4 | if (isProperlyQuoted2(p.a) && isProperlyQuoted2(p.b)) |
5 | l.add(pair(unquote(p.a), unquote(p.b))); |
6 | ret l; |
7 | } |
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: | 441 / 459 |
Version history: | 4 change(s) |
Referenced in: | [show references] |