Libraryless. Click here for Pure Java version (2467L/15K).
1 | static LS filterByRegexpFindIC(Iterable<S> l, S regexp) { |
2 | ret filter(l, s -> regexpFindIC(regexp, s)); |
3 | } |
4 | |
5 | static LS filterByRegexpFindIC(S regexp, Collection<S> l) { |
6 | ret filterByRegexpFindIC(l, regexp); |
7 | } |
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: | 168 / 251 |
Version history: | 2 change(s) |
Referenced in: | [show references] |