1 | static L<S> scanChatLog(File f) { |
2 | if (f == null) null; |
3 | new L<S> l; |
4 | for (S s : toLines(f)) |
5 | l.add(onlyAfter(s, ']').trim()); |
6 | ret l; |
7 | } |
Began life as a copy of #1003916
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: | #1003968 |
Snippet name: | scanChatLog - don't use, it has issues with multi-line stuff. Use scanEventLogForPosts instead |
Eternal ID of this version: | #1003968/1 |
Text MD5: | 45f8f6e5456bd51e2b87b02af3e37caf |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-03 13:56:40 |
Source code size: | 149 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 516 / 517 |
Referenced in: | [show references] |