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

19
LINES

< > BotCompany Repo | #1011046 // indexOfIC - synonym of indexOfIgnoreCase

JavaX fragment (include)

static int indexOfIC(L<S> a, S b) {
  ret indexOfIgnoreCase(a, b);
}

static int indexOfIC(L<S> a, S b, int i) {
  ret indexOfIgnoreCase(a, b, i);
}

static int indexOfIC(S[] a, S b, int i default 0) {
  ret indexOfIgnoreCase(a, b, i);
}

static int indexOfIC(S a, S b) {
  ret indexOfIgnoreCase(a, b);
}

static int indexOfIC(S a, S b, int i) {
  ret indexOfIgnoreCase(a, b, i);
}

Author comment

Began life as a copy of #1000657

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011046
Snippet name: indexOfIC - synonym of indexOfIgnoreCase
Eternal ID of this version: #1011046/6
Text MD5: 10cabc503b498973edfdb8334e5ef2a2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-02 03:25:09
Source code size: 399 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 552 / 570
Version history: 5 change(s)
Referenced in: [show references]