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

8
LINES

< > BotCompany Repo | #1021435 // matchAny_firstGroups

JavaX fragment (include)

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

Author comment

Began life as a copy of #1021417

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: #1021435
Snippet name: matchAny_firstGroups
Eternal ID of this version: #1021435/3
Text MD5: 4951350f7950bb5b28632918cfb3891e
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:26:43
Source code size: 174 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 217 / 262
Version history: 2 change(s)
Referenced in: [show references]