Download Jar. Transpiled version (1855L) is out of date.
1 | !7 |
2 | |
3 | static L<S> strings = ll("abc", " abc", " ABC", "ab", "A", "B", "abc ", " abc "); |
4 | |
5 | p { |
6 | for (S a : strings) |
7 | for (S b : strings) |
8 | assertEqualsVerbose(a + "/" + b, indexOfIgnoreCase_usingRegexp(a, b), indexOfIgnoreCase_manual(a, b)); |
9 | print("OK"); |
10 | } |
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: | 466 / 981 |
Version history: | 3 change(s) |
Referenced in: | [show references] |