static LS matchingRegexpsIC(Collection<S> regexps, S s) { ret filter(regexps, re -> regexpICFind(re, s)); }
Began life as a copy of #1023743
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1023746 |
| Snippet name: | matchingRegexpsIC - get regexps out of a list of that match the input string (partial match OK) |
| Eternal ID of this version: | #1023746/3 |
| Text MD5: | b2ecb70c9e41776b9864acd16d477bf0 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-26 20:35:11 |
| Source code size: | 111 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 529 / 566 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |