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

7
LINES

< > BotCompany Repo | #1013564 // regionMatches

JavaX fragment (include)

sbool regionMatches(S a, int offsetA, S b, int offsetB, int len) {
  ret a != null && b != null && a.regionMatches(offsetA, b, offsetB, len);
}

sbool regionMatches(S a, int offsetA, S b) {
  ret regionMatches(a, offsetA, b, 0, l(b));
}

Author comment

Began life as a copy of #1012769

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013564
Snippet name: regionMatches
Eternal ID of this version: #1013564/3
Text MD5: 5396c8233a5775d9fad64bf44c363f42
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-25 01:56:51
Source code size: 242 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 397 / 469
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)