static boolean hasLetters(S s) { for (int i = 0; i < s.length(); i++) if (Character.isLetter(s.charAt(i))) ret true; ret false; }
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: | #1007653 |
Snippet name: | hasLetters |
Eternal ID of this version: | #1007653/1 |
Text MD5: | 28c76d33ec967eb7cd1901731ff37e65 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-30 19:43:14 |
Source code size: | 148 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 512 / 555 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007654 - hasCharacters - synonym of hasLetters |