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)

static bool ewic(S a, S b) {
  ret endsWithIgnoreCase(a, b);
}

ifclass Matches
static bool ewic(S a, S b, Matches m) {
  ret endsWithIgnoreCase(a, b, m);
}
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: 730 / 2644
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008836 - endsWithIC - synonym of endsWithIgnoreCase
#1030624 - ewicAny
#3000382 - Answer for ferdie (>> t = 1, f = 0)