static L<S> scanChatLog(File f) { if (f == null) null; new L<S> l; for (S s : toLines(f)) l.add(onlyAfter(s, ']').trim()); ret l; }
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: | 517 / 517 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |