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

15
LINES

< > BotCompany Repo | #1030624 // ewicAny

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2713L/16K).

sbool ewicAny(S a, Cl<S> b) {
  fOr (S suffix : b)
    if (ewic(a, suffix))
      true;
  false;
}

ifclass Matches
sbool ewicAny(S a, Cl<S> b, Matches m) {
  fOr (S suffix : b)
    if (ewic(a, suffix, m))
      true;
  false;
}
endif

Author comment

Began life as a copy of #1003025

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030624
Snippet name: ewicAny
Eternal ID of this version: #1030624/3
Text MD5: 11b78c8efb3198de10b2e9070ef2d650
Transpilation MD5: 3f30d07e5c0cd17e225f3d3d5372ef18
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-02-04 09:32:52
Source code size: 248 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 175
Version history: 2 change(s)
Referenced in: [show references]