static L<S> unquoteWholeLog(S log) { new L<S> l; for (S s : lines(log)) if (isQuoted(s)) l.add(unquote(s)); ret l; }
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: | #1015414 | 
| Snippet name: | unquoteWholeLog | 
| Eternal ID of this version: | #1015414/1 | 
| Text MD5: | 89d9d15682573867945a533b5ede3a00 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-05-13 18:20:32 | 
| Source code size: | 138 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 510 / 564 | 
| Referenced in: | [show references] |