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; }
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: | 520 / 567 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021436 - matchX_any_firstGroups |