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

6
LINES

< > BotCompany Repo | #1006281 // containsAnyOfIgnoreCase

JavaX fragment (include)

1  
static bool containsAnyOfIgnoreCase(S s, Collection<S> strings) {
2  
  if (s == null) false;
3  
  for (S x : unnull(strings))
4  
    if (containsIgnoreCase(s, x)) true;
5  
  false;
6  
}

Author comment

Began life as a copy of #1006280

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006281
Snippet name: containsAnyOfIgnoreCase
Eternal ID of this version: #1006281/1
Text MD5: a514d5d9c812768330dcd201214dea3c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-26 15:00:53
Source code size: 175 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 471 / 452
Referenced in: [show references]