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

8
LINES

< > BotCompany Repo | #1017633 // extractSingleStarMatches

JavaX fragment (include)

static LS extractSingleStarMatches(S pat, LS l) {
  new LS out;
  new Matches m;
  for (S s : unnull(l))
    if (match(pat, s, m))
      out.add($1);
  ret out;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017633
Snippet name: extractSingleStarMatches
Eternal ID of this version: #1017633/1
Text MD5: d42a4df44529335c0c4fcec7423a233b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-31 12:29:42
Source code size: 169 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 275 / 309
Referenced in: [show references]