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

3
LINES

< > BotCompany Repo | #1015947 // ewicOneOf - endsWithIgnoreCase, multiple checks

JavaX fragment (include)

static bool ewicOneOf(S s, S... l) {
  if (s != null) for (S x : l) if (ewic(s, x)) true; false;
}

Author comment

Began life as a copy of #1003577

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015947
Snippet name: ewicOneOf - endsWithIgnoreCase, multiple checks
Eternal ID of this version: #1015947/3
Text MD5: 6ef0f237cd8fb111af5a452523f6c04d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-31 17:29:17
Source code size: 100 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 369
Version history: 2 change(s)
Referenced in: [show references]