static S unquoteLogForDisplay(File f) { new L<S> l; for (S s : toLines(f)) if (nempty(s)) if (isProperlyQuoted(s)) l.add(unquote(s)); else l.add("!! " + s); ret fromLines(l); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003883 |
Snippet name: | unquoteLogForDisplay |
Eternal ID of this version: | #1003883/1 |
Text MD5: | 880ac934581048ff8ab239f6f60401ba |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-29 17:25:03 |
Source code size: | 223 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 527 / 516 |
Referenced in: | [show references] |