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

3
LINES

< > BotCompany Repo | #1001499 // startsWithIgnoreCase

JavaX fragment (include)

static boolean startsWithIgnoreCase(S a, S b) {
  ret regionMatchesIC(a, 0, b, 0, b.length());
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001499
Snippet name: startsWithIgnoreCase
Eternal ID of this version: #1001499/2
Text MD5: bba6b7db889e4c3120743bf932b32a75
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-31 07:43:19
Source code size: 98 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 613 / 3031
Version history: 1 change(s)
Referenced in: #1002086 - endsWithIgnoreCase
#1002427 - Accellerating 629 (SPIKE)
#1002835 - swic - synonym of startsWithIgnoreCase
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000382 - Answer for ferdie (>> t = 1, f = 0)