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

10
LINES

< > BotCompany Repo | #1013298 // Test indexOfIgnoreCase_manual (OK)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Transpiled version (1855L) is out of date.

!7

static L<S> strings = ll("abc", " abc", "  ABC", "ab", "A", "B", "abc ", " abc ");

p {
  for (S a : strings)
    for (S b : strings)
      assertEqualsVerbose(a + "/" + b, indexOfIgnoreCase_usingRegexp(a, b), indexOfIgnoreCase_manual(a, b));
  print("OK");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013298
Snippet name: Test indexOfIgnoreCase_manual (OK)
Eternal ID of this version: #1013298/4
Text MD5: 1e34199f8bff0b8bdd49314e1c9afaa7
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-31 08:21:21
Source code size: 272 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 716
Version history: 3 change(s)
Referenced in: [show references]