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

7
LINES

< > BotCompany Repo | #1001686 // equalsIgnoreCase - synonym of eqic

JavaX fragment (include)

static bool equalsIgnoreCase(S a, S b) {
  ret eqic(a, b);
}

static bool equalsIgnoreCase(char a, char b) {
  ret eqic(a, b);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001686
Snippet name: equalsIgnoreCase - synonym of eqic
Eternal ID of this version: #1001686/4
Text MD5: ae4ee0d74384add739265dfed2bf8d69
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-31 07:30:51
Source code size: 134 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 578 / 4620
Version history: 3 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)