1 | static L<Matches> getJMatches_all(S pat, Iterable<S> l) { |
2 | new Matches m; |
3 | new L<Matches> out; |
4 | for (S s : unnull(l)) |
5 | if (jmatch(pat, s, m)) { |
6 | out.add(m); |
7 | m = new Matches; |
8 | } |
9 | ret out; |
10 | } |
Began life as a copy of #1021443
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1021653 |
Snippet name: | getJMatches_all |
Eternal ID of this version: | #1021653/5 |
Text MD5: | baea5e54e6d5aaab456928a2b4e3b804 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-23 12:37:17 |
Source code size: | 218 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 278 / 321 |
Version history: | 4 change(s) |
Referenced in: | [show references] |