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).

1  
sbool ewicAny(S a, Cl<S> b) {
2  
  fOr (S suffix : b)
3  
    if (ewic(a, suffix))
4  
      true;
5  
  false;
6  
}
7  
8  
ifclass Matches
9  
sbool ewicAny(S a, Cl<S> b, Matches m) {
10  
  fOr (S suffix : b)
11  
    if (ewic(a, suffix, m))
12  
      true;
13  
  false;
14  
}
15  
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: 121 / 181
Version history: 2 change(s)
Referenced in: [show references]