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

4
LINES

< > BotCompany Repo | #1021416 // getMatchesAny

JavaX fragment (include)

static Matches getMatchesAny(S pat, Iterable<S> l) {
  new Matches m;
  ret matchAny(pat, l, m) ? m : null;
}

Author comment

Began life as a copy of #1002630

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1021416
Snippet name: getMatchesAny
Eternal ID of this version: #1021416/1
Text MD5: f4e2777cacd578d97ce5ac42f5e9ddb9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-11 00:09:15
Source code size: 112 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 197 / 225
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1021417 - matchAny_firstGroup