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; }
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: | 614 / 681 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012725 - ai_texts_verified_quoted (unquotes) #1013447 - ai_text_quoted (unquotes) |