1 | static L<Pair<S>> ai_texts_verified_bothQuoted(S b) {
|
2 | new L<Pair<S>> l; |
3 | for (Pair<S> p : ai_texts_verified_dollarXY("$X", b, "$Y"))
|
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 #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: | 637 / 645 |
| Referenced in: | [show references] |