1 | static int lastIndexOfIC(S a, S b) { |
2 | ret lastIndexOfIgnoreCase_manual(a, b); |
3 | } |
4 | |
5 | static int lastIndexOfIC(S a, char b) { |
6 | ret lastIndexOfIgnoreCase_manual(a, str(b)); // optimizable |
7 | } |
Began life as a copy of #1007089
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025934 |
Snippet name: | lastIndexOfIC |
Eternal ID of this version: | #1025934/1 |
Text MD5: | 800e2a174f209a398d51afb365f2f8d0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-30 16:15:10 |
Source code size: | 191 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 187 / 216 |
Referenced in: | [show references] |