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

9
LINES

< > BotCompany Repo | #1003025 // ewic - synonym of endsWithIgnoreCase

JavaX fragment (include)

1  
static bool ewic(S a, S b) {
2  
  ret endsWithIgnoreCase(a, b);
3  
}
4  
5  
ifclass Matches
6  
static bool ewic(S a, S b, Matches m) {
7  
  ret endsWithIgnoreCase(a, b, m);
8  
}
9  
endif

download  show line numbers  debug dex  old transpilations   

Travelled to 21 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, dpqxeycirhfy, ekrmjmnbrukm, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, snaazhdonpnp, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xfddqsrefgvo, xrpafgyirdlv

No comments. add comment

Snippet ID: #1003025
Snippet name: ewic - synonym of endsWithIgnoreCase
Eternal ID of this version: #1003025/3
Text MD5: 3aef26752bdbd19e36ba562dfed06a9c
Author: stefan
Category: eleu / nl
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-13 03:46:11
Source code size: 170 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 736 / 2650
Version history: 2 change(s)
Referenced in: [show references]