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

6
LINES

< > BotCompany Repo | #1010115 // anyEndsWithIC

JavaX fragment (include)

static bool anyEndsWithIC(L<S> l, S s) {
  for (S x : l)
    if (endsWithIC(x, s))
      true;
  false;
}

Author comment

Began life as a copy of #1004382

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010115
Snippet name: anyEndsWithIC
Eternal ID of this version: #1010115/1
Text MD5: 1c9420eaa23d4a4156bb15a13813800a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-02 16:24:38
Source code size: 110 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 275 / 321
Referenced in: [show references]