1 | static L<S> scanQuotedLogLines(S text) {
|
2 | new L<S> l; |
3 | for (S s : toLines(text)) |
4 | if (isProperlyQuoted(s)) |
5 | l.add(unquote(s)); |
6 | ret l; |
7 | } |
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: | #1011191 |
| Snippet name: | scanQuotedLogLines |
| Eternal ID of this version: | #1011191/1 |
| Text MD5: | 97dfaf0dc3d45fca249c69868adb2404 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-16 23:00:20 |
| Source code size: | 153 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 598 / 638 |
| Referenced in: | [show references] |