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

8
LINES

< > BotCompany Repo | #1021437 // matchX_any_secondGroups

JavaX fragment (include)

1  
static LS matchX_any_secondGroups(S pat, Iterable<S> l) {
2  
  new Matches m;
3  
  new LS out;
4  
  for (S s : unnull(l))
5  
    if (matchX(pat, s, m))
6  
      out.add($2);
7  
  ret out;
8  
}

Author comment

Began life as a copy of #1021436

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021437
Snippet name: matchX_any_secondGroups
Eternal ID of this version: #1021437/1
Text MD5: ef6446c7c260465e91cc8da13e8b870c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-12 19:29:48
Source code size: 178 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 202 / 238
Referenced in: [show references]