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

5
LINES

< > BotCompany Repo | #1023753 // containsAllRegexpsIC

JavaX fragment (include)

sbool containsAllRegexpsIC(Collection<S> regexps, S s) {
  for unnull(S re : regexps)
    if (!regexpFindIC(re, s)) false;
  true;
}

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: #1023753
Snippet name: containsAllRegexpsIC
Eternal ID of this version: #1023753/1
Text MD5: d6417ac1034a82259eac614b2cf9d408
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:44:05
Source code size: 136 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 178 / 222
Referenced in: [show references]