static bool charAtIs(S s, int i, char c) { ret i >= 0 && i < l(s) && s != null && s.charAt(i) == c; }
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: | #1012871 |
Snippet name: | charAtIs - test a character in a string |
Eternal ID of this version: | #1012871/1 |
Text MD5: | df0b2fe34a784b94b13285c225a4fdda |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-14 22:46:30 |
Source code size: | 105 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 381 / 412 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |