static LS matchX_any_firstGroups(S pat, Iterable<S> l) { new Matches m; new LS out; for (S s : unnull(l)) if (matchX(pat, s, m)) out.add($1); ret out; }
Began life as a copy of #1021435
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: | #1021436 |
| Snippet name: | matchX_any_firstGroups |
| Eternal ID of this version: | #1021436/1 |
| Text MD5: | 9db8ef0ad83a44d7ced113ed1e0c489a |
| 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:13 |
| Source code size: | 177 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 536 / 559 |
| Referenced in: | [show references] |