Libraryless. Click here for Pure Java version (2467L/15K).
static LS filterByRegexpFindIC(Iterable<S> l, S regexp) { ret filter(l, s -> regexpFindIC(regexp, s)); } static LS filterByRegexpFindIC(S regexp, Collection<S> l) { ret filterByRegexpFindIC(l, regexp); }
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: | #1027251 |
| Snippet name: | filterByRegexpFindIC - synonym of matchingRegexpsIC |
| Eternal ID of this version: | #1027251/3 |
| Text MD5: | 047ce5f9ac5fad296f0376d454a53daa |
| Transpilation MD5: | ebc18d32c68c353cb8889017f68cc780 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-26 20:35:53 |
| Source code size: | 214 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 347 / 477 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |