Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1023746 // matchingRegexpsIC - get regexps out of a list of that match the input string (partial match OK)

JavaX fragment (include)

static LS matchingRegexpsIC(Collection<S> regexps, S s) {
  ret filter(regexps, re -> regexpICFind(re, s));
}

Author comment

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: 188 / 240
Version history: 2 change(s)
Referenced in: [show references]