Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011191 // scanQuotedLogLines

JavaX fragment (include)

static L<S> scanQuotedLogLines(S text) {
  new L<S> l;
  for (S s : toLines(text))
    if (isProperlyQuoted(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: #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: 290 / 323
Referenced in: [show references]