Libraryless. Click here for Pure Java version (1948L/12K).
static LS linesContainingRegexpIC(S regexp, Iterable<S> l) { ret filter(l, s -> regexpFindIC(regexp, s)); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023747 |
| Snippet name: | linesContainingRegexpIC - return elements of a list that match a regexp |
| Eternal ID of this version: | #1023747/1 |
| Text MD5: | 1425d4e47d4389f7d05f55e450931f99 |
| Transpilation MD5: | b55ca7b8da6c8df0b554f79ded68d364 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-07 23:01:21 |
| Source code size: | 111 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 424 / 551 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |